Shades of Hot Magenta #FF09CF
Tints of Hot Magenta #FF09CF
RGB
CMYK
RGB Variations
Color information
#FF09CF (or 0xFF09CF) is known color: Hot Magenta. HEX triplet: FF, 09 and CF. RGB value is (255,9,207). Sum of RGB (Red+Green+Blue) = 255+9+207=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09CF is #00F630. Grayscale: #686868. Windows color (decimal): -63025 or 13568511. OLE color: 13568511.
HSL color Cylindrical-coordinate representation of color #FF09CF: hue angle of 311.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09CF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.19 | 0 |
| HSL | 311.71º | 1% | 0.52% | - |
| HSV(B) | 311.71º | 0.96% | 1% | - |
| XYZ | 52.6 | 25.96 | 61.27 | - |
| YUV | 105.13 | 185.5 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 207 | 0 | 0.96 | 0.19 | 0 | 311.71 | 1 | 0.52 |
| Hex | FF | 9 | CF | 0 | 60 | 13 | 0 | 138 | 64 | 34 |
| Octal | 377 | 11 | 317 | 0 | 140 | 23 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1001 | 11001111 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF09CF
Complementary color
Monochromatic Colors of #FF09CF
Black with #FF09CF
Text Example
Text Example
White with #FF09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09CF; }
p { color: rgb(255,9,207); }
H1.HeaderClassName
{
color: #FF09CF;
}
.AnyTagClassName
{
color: #FF09CF;
}
</style>
background-color css
<style>
a { background-color: #FF09CF; }
a { background-color: rgb(255,9,207); }
div.DivClassName
{
background-color: #FF09CF;
}
.BgClassName
{
background-color: #FF09CF;
}
</style>
border-color css
<style>
span { border-color: #FF09CF; }
span { border-color: rgb(255,9,207); }
td.TdClassName
{
border-color: #FF09CF;
}
.TagClassName
{
border-color: #FF09CF;
}
</style>