Shades of Hot Magenta #FF08CC
Tints of Hot Magenta #FF08CC
RGB
CMYK
RGB Variations
Color information
#FF08CC (or 0xFF08CC) is known color: Hot Magenta. HEX triplet: FF, 08 and CC. RGB value is (255,8,204). Sum of RGB (Red+Green+Blue) = 255+8+204=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08CC is #00F733. Grayscale: #676767. Windows color (decimal): -63284 or 13371647. OLE color: 13371647.
HSL color Cylindrical-coordinate representation of color #FF08CC: hue angle of 312.39º 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 #FF08CC is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 204 | - |
| CMYK | 0 | 0.97 | 0.2 | 0 |
| HSL | 312.39º | 1% | 0.52% | - |
| HSV(B) | 312.39º | 0.97% | 1% | - |
| XYZ | 52.23 | 25.79 | 59.35 | - |
| YUV | 104.2 | 184.33 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 204 | 0 | 0.97 | 0.2 | 0 | 312.39 | 1 | 0.52 |
| Hex | FF | 8 | CC | 0 | 61 | 14 | 0 | 138 | 64 | 34 |
| Octal | 377 | 10 | 314 | 0 | 141 | 24 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1000 | 11001100 | 0 | 1100001 | 10100 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF08CC
Complementary color
Monochromatic Colors of #FF08CC
Black with #FF08CC
Text Example
Text Example
White with #FF08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08CC; }
p { color: rgb(255,8,204); }
H1.HeaderClassName
{
color: #FF08CC;
}
.AnyTagClassName
{
color: #FF08CC;
}
</style>
background-color css
<style>
a { background-color: #FF08CC; }
a { background-color: rgb(255,8,204); }
div.DivClassName
{
background-color: #FF08CC;
}
.BgClassName
{
background-color: #FF08CC;
}
</style>
border-color css
<style>
span { border-color: #FF08CC; }
span { border-color: rgb(255,8,204); }
td.TdClassName
{
border-color: #FF08CC;
}
.TagClassName
{
border-color: #FF08CC;
}
</style>