Shades of Hot Magenta #FF09CC
Tints of Hot Magenta #FF09CC
RGB
CMYK
RGB Variations
Color information
#FF09CC (or 0xFF09CC) is known color: Hot Magenta. HEX triplet: FF, 09 and CC. RGB value is (255,9,204). Sum of RGB (Red+Green+Blue) = 255+9+204=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09CC is #00F633. Grayscale: #686868. Windows color (decimal): -63028 or 13371903. OLE color: 13371903.
HSL color Cylindrical-coordinate representation of color #FF09CC: hue angle of 312.44º 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 #FF09CC is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.2 | 0 |
| HSL | 312.44º | 1% | 0.52% | - |
| HSV(B) | 312.44º | 0.96% | 1% | - |
| XYZ | 52.24 | 25.82 | 59.36 | - |
| YUV | 104.78 | 184 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 204 | 0 | 0.96 | 0.2 | 0 | 312.44 | 1 | 0.52 |
| Hex | FF | 9 | CC | 0 | 60 | 14 | 0 | 138 | 64 | 34 |
| Octal | 377 | 11 | 314 | 0 | 140 | 24 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1001 | 11001100 | 0 | 1100000 | 10100 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF09CC
Complementary color
Monochromatic Colors of #FF09CC
Black with #FF09CC
Text Example
Text Example
White with #FF09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09CC; }
p { color: rgb(255,9,204); }
H1.HeaderClassName
{
color: #FF09CC;
}
.AnyTagClassName
{
color: #FF09CC;
}
</style>
background-color css
<style>
a { background-color: #FF09CC; }
a { background-color: rgb(255,9,204); }
div.DivClassName
{
background-color: #FF09CC;
}
.BgClassName
{
background-color: #FF09CC;
}
</style>
border-color css
<style>
span { border-color: #FF09CC; }
span { border-color: rgb(255,9,204); }
td.TdClassName
{
border-color: #FF09CC;
}
.TagClassName
{
border-color: #FF09CC;
}
</style>