Shades of Hot Magenta #FF09CB
Tints of Hot Magenta #FF09CB
RGB
CMYK
RGB Variations
Color information
#FF09CB (or 0xFF09CB) is known color: Hot Magenta. HEX triplet: FF, 09 and CB. RGB value is (255,9,203). Sum of RGB (Red+Green+Blue) = 255+9+203=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09CB is #00F634. Grayscale: #686868. Windows color (decimal): -63029 or 13306367. OLE color: 13306367.
HSL color Cylindrical-coordinate representation of color #FF09CB: hue angle of 312.68º 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 #FF09CB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.20 | 0 |
| HSL | 312.68º | 1% | 0.52% | - |
| HSV(B) | 312.68º | 0.96% | 1% | - |
| XYZ | 52.12 | 25.77 | 58.73 | - |
| YUV | 104.67 | 183.5 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 203 | 0 | 0.96 | 0.20 | 0 | 312.68 | 1 | 0.52 |
| Hex | FF | 9 | CB | 0 | 60 | 14 | 0 | 139 | 64 | 34 |
| Octal | 377 | 11 | 313 | 0 | 140 | 24 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1001 | 11001011 | 0 | 1100000 | 10100 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF09CB
Complementary color
Monochromatic Colors of #FF09CB
Black with #FF09CB
Text Example
Text Example
White with #FF09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09CB; }
p { color: rgb(255,9,203); }
H1.HeaderClassName
{
color: #FF09CB;
}
.AnyTagClassName
{
color: #FF09CB;
}
</style>
background-color css
<style>
a { background-color: #FF09CB; }
a { background-color: rgb(255,9,203); }
div.DivClassName
{
background-color: #FF09CB;
}
.BgClassName
{
background-color: #FF09CB;
}
</style>
border-color css
<style>
span { border-color: #FF09CB; }
span { border-color: rgb(255,9,203); }
td.TdClassName
{
border-color: #FF09CB;
}
.TagClassName
{
border-color: #FF09CB;
}
</style>