#ff00ff (#f0f) basic color information
#ff00ff
In the RGB color model, hex triplet #ff00ff has decimal index of: 16711935, is composed of 100% red, 0% green and 100% blue.
#ff00ff in CMYK color model, is composed of 0% cyan, 100% magenta, 0% yellow and 0% black.
#ff00ff is a web-safe color.
#ff00ff color details and conversion
The hexadecimal triplet #ff00ff definition is: Red = 255, Green = 0, Blue = 255 or CMYK: Cyan = 0, Magenta = 1, Yellow = 0, Black = 0
- rgb (255, 0, 255)
- rgb (100%, 0%, 100%)
- rgb (11111111, 0, 11111111)
- 16711935
- cmyk (0, 1, 0, 0)
- cmyk (0%, 100%, 0%, 0%)
- hsl (300°, 1, 0.5)
- hsl (300°, 100%, 50%)
- hsv (300°, 1, 1)
- hsv (300°, 100%, 100%)
- already web-safe color
- Fuchsia, Magenta
Color harmonies with #ff00ff
HTML and CSS #ff00ff - color usage
Background color of this paragraph is #ff00ff
<p style="background-color: #ff00ff">Background color of this paragraph is...</p>
Text color of this paragraph is #ff00ff
<p style="color: #ff00ff">Text color of this paragraph is...</p>
Border color of this paragraph is #ff00ff
<p style="border: 1px solid #ff00ff">Border color of this paragraph is...</p>