Shades of Hot Magenta #F202CC
Tints of Hot Magenta #F202CC
RGB
CMYK
RGB Variations
Color information
#F202CC (or 0xF202CC) is known color: Hot Magenta. HEX triplet: F2, 02 and CC. RGB value is (242,2,204). Sum of RGB (Red+Green+Blue) = 242+2+204=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F202CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202CC is #0DFD33. Grayscale: #606060. Windows color (decimal): -916788 or 13370098. OLE color: 13370098.
HSL color Cylindrical-coordinate representation of color #F202CC: hue angle of 309.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202CC is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.05 |
| HSL | 309.5º | 0.98% | 0.48% | - |
| HSV(B) | 309.5º | 0.99% | 0.95% | - |
| XYZ | 47.54 | 23.28 | 59.11 | - |
| YUV | 96.79 | 188.51 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 204 | 0 | 0.99 | 0.16 | 0.05 | 309.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | CC | 0 | 63 | 10 | 5 | 136 | 62 | 30 |
| Octal | 362 | 2 | 314 | 0 | 143 | 20 | 5 | 466 | 142 | 60 |
| Binary | 11110010 | 10 | 11001100 | 0 | 1100011 | 10000 | 101 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F202CC
Complementary color
Monochromatic Colors of #F202CC
Black with #F202CC
Text Example
Text Example
White with #F202CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202CC; }
p { color: rgb(242,2,204); }
H1.HeaderClassName
{
color: #F202CC;
}
.AnyTagClassName
{
color: #F202CC;
}
</style>
background-color css
<style>
a { background-color: #F202CC; }
a { background-color: rgb(242,2,204); }
div.DivClassName
{
background-color: #F202CC;
}
.BgClassName
{
background-color: #F202CC;
}
</style>
border-color css
<style>
span { border-color: #F202CC; }
span { border-color: rgb(242,2,204); }
td.TdClassName
{
border-color: #F202CC;
}
.TagClassName
{
border-color: #F202CC;
}
</style>