Shades of Hot Magenta #F502C2
Tints of Hot Magenta #F502C2
RGB
CMYK
RGB Variations
Color information
#F502C2 (or 0xF502C2) is known color: Hot Magenta. HEX triplet: F5, 02 and C2. RGB value is (245,2,194). Sum of RGB (Red+Green+Blue) = 245+2+194=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F502C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502C2 is #0AFD3D. Grayscale: #606060. Windows color (decimal): -720190 or 12714741. OLE color: 12714741.
HSL color Cylindrical-coordinate representation of color #F502C2: hue angle of 312.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502C2 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.04 |
| HSL | 312.59º | 0.98% | 0.48% | - |
| HSV(B) | 312.59º | 0.99% | 0.96% | - |
| XYZ | 47.42 | 23.35 | 53.05 | - |
| YUV | 96.55 | 183.01 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 194 | 0 | 0.99 | 0.21 | 0.04 | 312.59 | 0.98 | 0.48 |
| Hex | F5 | 2 | C2 | 0 | 63 | 15 | 4 | 139 | 62 | 30 |
| Octal | 365 | 2 | 302 | 0 | 143 | 25 | 4 | 471 | 142 | 60 |
| Binary | 11110101 | 10 | 11000010 | 0 | 1100011 | 10101 | 100 | 100111001 | 1100010 | 110000 |
Color Harmonies of #F502C2
Complementary color
Monochromatic Colors of #F502C2
Black with #F502C2
Text Example
Text Example
White with #F502C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502C2; }
p { color: rgb(245,2,194); }
H1.HeaderClassName
{
color: #F502C2;
}
.AnyTagClassName
{
color: #F502C2;
}
</style>
background-color css
<style>
a { background-color: #F502C2; }
a { background-color: rgb(245,2,194); }
div.DivClassName
{
background-color: #F502C2;
}
.BgClassName
{
background-color: #F502C2;
}
</style>
border-color css
<style>
span { border-color: #F502C2; }
span { border-color: rgb(245,2,194); }
td.TdClassName
{
border-color: #F502C2;
}
.TagClassName
{
border-color: #F502C2;
}
</style>