Shades of Hot Magenta #F202CE
Tints of Hot Magenta #F202CE
RGB
CMYK
RGB Variations
Color information
#F202CE (or 0xF202CE) is known color: Hot Magenta. HEX triplet: F2, 02 and CE. RGB value is (242,2,206). Sum of RGB (Red+Green+Blue) = 242+2+206=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F202CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202CE is #0DFD31. Grayscale: #606060. Windows color (decimal): -916786 or 13501170. OLE color: 13501170.
HSL color Cylindrical-coordinate representation of color #F202CE: hue angle of 309º 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 #F202CE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309º | 0.98% | 0.48% | - |
| HSV(B) | 309º | 0.99% | 0.95% | - |
| XYZ | 47.78 | 23.38 | 60.39 | - |
| YUV | 97.02 | 189.51 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 206 | 0 | 0.99 | 0.15 | 0.05 | 309 | 0.98 | 0.48 |
| Hex | F2 | 2 | CE | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 362 | 2 | 316 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110010 | 10 | 11001110 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F202CE
Complementary color
Monochromatic Colors of #F202CE
Black with #F202CE
Text Example
Text Example
White with #F202CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202CE; }
p { color: rgb(242,2,206); }
H1.HeaderClassName
{
color: #F202CE;
}
.AnyTagClassName
{
color: #F202CE;
}
</style>
background-color css
<style>
a { background-color: #F202CE; }
a { background-color: rgb(242,2,206); }
div.DivClassName
{
background-color: #F202CE;
}
.BgClassName
{
background-color: #F202CE;
}
</style>
border-color css
<style>
span { border-color: #F202CE; }
span { border-color: rgb(242,2,206); }
td.TdClassName
{
border-color: #F202CE;
}
.TagClassName
{
border-color: #F202CE;
}
</style>