Shades of Hot Magenta #F00CCD
Tints of Hot Magenta #F00CCD
RGB
CMYK
RGB Variations
Color information
#F00CCD (or 0xF00CCD) is known color: Hot Magenta. HEX triplet: F0, 0C and CD. RGB value is (240,12,205). Sum of RGB (Red+Green+Blue) = 240+12+205=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CCD is #0FF332. Grayscale: #656565. Windows color (decimal): -1045299 or 13438192. OLE color: 13438192.
HSL color Cylindrical-coordinate representation of color #F00CCD: hue angle of 309.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CCD is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.21º | 0.9% | 0.49% | - |
| HSV(B) | 309.21º | 0.95% | 0.94% | - |
| XYZ | 47.09 | 23.2 | 59.75 | - |
| YUV | 102.17 | 186.04 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 205 | 0 | 0.95 | 0.15 | 0.06 | 309.21 | 0.9 | 0.49 |
| Hex | F0 | C | CD | 0 | 5F | F | 6 | 135 | 5A | 31 |
| Octal | 360 | 14 | 315 | 0 | 137 | 17 | 6 | 465 | 132 | 61 |
| Binary | 11110000 | 1100 | 11001101 | 0 | 1011111 | 1111 | 110 | 100110101 | 1011010 | 110001 |
Color Harmonies of #F00CCD
Complementary color
Monochromatic Colors of #F00CCD
Black with #F00CCD
Text Example
Text Example
White with #F00CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CCD; }
p { color: rgb(240,12,205); }
H1.HeaderClassName
{
color: #F00CCD;
}
.AnyTagClassName
{
color: #F00CCD;
}
</style>
background-color css
<style>
a { background-color: #F00CCD; }
a { background-color: rgb(240,12,205); }
div.DivClassName
{
background-color: #F00CCD;
}
.BgClassName
{
background-color: #F00CCD;
}
</style>
border-color css
<style>
span { border-color: #F00CCD; }
span { border-color: rgb(240,12,205); }
td.TdClassName
{
border-color: #F00CCD;
}
.TagClassName
{
border-color: #F00CCD;
}
</style>