Shades of Magenta #FF08F9
Tints of Magenta #FF08F9
RGB
CMYK
RGB Variations
Color information
#FF08F9 (or 0xFF08F9) is known color: Magenta. HEX triplet: FF, 08 and F9. RGB value is (255,8,249). Sum of RGB (Red+Green+Blue) = 255+8+249=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 8 (3.52% from 255 or 1.56% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08F9 is #00F706. Grayscale: #6C6C6C. Windows color (decimal): -63239 or 16320767. OLE color: 16320767.
HSL color Cylindrical-coordinate representation of color #FF08F9: hue angle of 301.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08F9 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 249 | - |
| CMYK | 0 | 0.97 | 0.02 | 0 |
| HSL | 301.46º | 1% | 0.52% | - |
| HSV(B) | 301.46º | 0.97% | 1% | - |
| XYZ | 58.43 | 28.27 | 92 | - |
| YUV | 109.33 | 206.83 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 249 | 0 | 0.97 | 0.02 | 0 | 301.46 | 1 | 0.52 |
| Hex | FF | 8 | F9 | 0 | 61 | 2 | 0 | 12D | 64 | 34 |
| Octal | 377 | 10 | 371 | 0 | 141 | 2 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1000 | 11111001 | 0 | 1100001 | 10 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF08F9
Complementary color
Monochromatic Colors of #FF08F9
Black with #FF08F9
Text Example
Text Example
White with #FF08F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08F9; }
p { color: rgb(255,8,249); }
H1.HeaderClassName
{
color: #FF08F9;
}
.AnyTagClassName
{
color: #FF08F9;
}
</style>
background-color css
<style>
a { background-color: #FF08F9; }
a { background-color: rgb(255,8,249); }
div.DivClassName
{
background-color: #FF08F9;
}
.BgClassName
{
background-color: #FF08F9;
}
</style>
border-color css
<style>
span { border-color: #FF08F9; }
span { border-color: rgb(255,8,249); }
td.TdClassName
{
border-color: #FF08F9;
}
.TagClassName
{
border-color: #FF08F9;
}
</style>