Shades of Hot Magenta #F20CCD
Tints of Hot Magenta #F20CCD
RGB
CMYK
RGB Variations
Color information
#F20CCD (or 0xF20CCD) is known color: Hot Magenta. HEX triplet: F2, 0C and CD. RGB value is (242,12,205). Sum of RGB (Red+Green+Blue) = 242+12+205=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CCD is #0DF332. Grayscale: #666666. Windows color (decimal): -914227 or 13438194. OLE color: 13438194.
HSL color Cylindrical-coordinate representation of color #F20CCD: hue angle of 309.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CCD is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.65º | 0.91% | 0.5% | - |
| HSV(B) | 309.65º | 0.95% | 0.95% | - |
| XYZ | 47.77 | 23.55 | 59.79 | - |
| YUV | 102.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 205 | 0 | 0.95 | 0.15 | 0.05 | 309.65 | 0.91 | 0.5 |
| Hex | F2 | C | CD | 0 | 5F | F | 5 | 136 | 5B | 32 |
| Octal | 362 | 14 | 315 | 0 | 137 | 17 | 5 | 466 | 133 | 62 |
| Binary | 11110010 | 1100 | 11001101 | 0 | 1011111 | 1111 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F20CCD
Complementary color
Monochromatic Colors of #F20CCD
Black with #F20CCD
Text Example
Text Example
White with #F20CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CCD; }
p { color: rgb(242,12,205); }
H1.HeaderClassName
{
color: #F20CCD;
}
.AnyTagClassName
{
color: #F20CCD;
}
</style>
background-color css
<style>
a { background-color: #F20CCD; }
a { background-color: rgb(242,12,205); }
div.DivClassName
{
background-color: #F20CCD;
}
.BgClassName
{
background-color: #F20CCD;
}
</style>
border-color css
<style>
span { border-color: #F20CCD; }
span { border-color: rgb(242,12,205); }
td.TdClassName
{
border-color: #F20CCD;
}
.TagClassName
{
border-color: #F20CCD;
}
</style>