Shades of Hot Magenta #F202C2
Tints of Hot Magenta #F202C2
RGB
CMYK
RGB Variations
Color information
#F202C2 (or 0xF202C2) is known color: Hot Magenta. HEX triplet: F2, 02 and C2. RGB value is (242,2,194). Sum of RGB (Red+Green+Blue) = 242+2+194=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F202C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202C2 is #0DFD3D. Grayscale: #5F5F5F. Windows color (decimal): -916798 or 12714738. OLE color: 12714738.
HSL color Cylindrical-coordinate representation of color #F202C2: hue angle of 312º 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 #F202C2 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.05 |
| HSL | 312º | 0.98% | 0.48% | - |
| HSV(B) | 312º | 0.99% | 0.95% | - |
| XYZ | 46.38 | 22.82 | 53 | - |
| YUV | 95.65 | 183.51 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 194 | 0 | 0.99 | 0.20 | 0.05 | 312 | 0.98 | 0.48 |
| Hex | F2 | 2 | C2 | 0 | 63 | 14 | 5 | 138 | 62 | 30 |
| Octal | 362 | 2 | 302 | 0 | 143 | 24 | 5 | 470 | 142 | 60 |
| Binary | 11110010 | 10 | 11000010 | 0 | 1100011 | 10100 | 101 | 100111000 | 1100010 | 110000 |
Color Harmonies of #F202C2
Complementary color
Monochromatic Colors of #F202C2
Black with #F202C2
Text Example
Text Example
White with #F202C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202C2; }
p { color: rgb(242,2,194); }
H1.HeaderClassName
{
color: #F202C2;
}
.AnyTagClassName
{
color: #F202C2;
}
</style>
background-color css
<style>
a { background-color: #F202C2; }
a { background-color: rgb(242,2,194); }
div.DivClassName
{
background-color: #F202C2;
}
.BgClassName
{
background-color: #F202C2;
}
</style>
border-color css
<style>
span { border-color: #F202C2; }
span { border-color: rgb(242,2,194); }
td.TdClassName
{
border-color: #F202C2;
}
.TagClassName
{
border-color: #F202C2;
}
</style>