Shades of Hot Magenta #F502CC
Tints of Hot Magenta #F502CC
RGB
CMYK
RGB Variations
Color information
#F502CC (or 0xF502CC) is known color: Hot Magenta. HEX triplet: F5, 02 and CC. RGB value is (245,2,204). Sum of RGB (Red+Green+Blue) = 245+2+204=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F502CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502CC is #0AFD33. Grayscale: #616161. Windows color (decimal): -720180 or 13370101. OLE color: 13370101.
HSL color Cylindrical-coordinate representation of color #F502CC: hue angle of 310.12º 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 #F502CC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.04 |
| HSL | 310.12º | 0.98% | 0.48% | - |
| HSV(B) | 310.12º | 0.99% | 0.96% | - |
| XYZ | 48.58 | 23.82 | 59.16 | - |
| YUV | 97.69 | 188.01 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 204 | 0 | 0.99 | 0.17 | 0.04 | 310.12 | 0.98 | 0.48 |
| Hex | F5 | 2 | CC | 0 | 63 | 11 | 4 | 136 | 62 | 30 |
| Octal | 365 | 2 | 314 | 0 | 143 | 21 | 4 | 466 | 142 | 60 |
| Binary | 11110101 | 10 | 11001100 | 0 | 1100011 | 10001 | 100 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F502CC
Complementary color
Monochromatic Colors of #F502CC
Black with #F502CC
Text Example
Text Example
White with #F502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502CC; }
p { color: rgb(245,2,204); }
H1.HeaderClassName
{
color: #F502CC;
}
.AnyTagClassName
{
color: #F502CC;
}
</style>
background-color css
<style>
a { background-color: #F502CC; }
a { background-color: rgb(245,2,204); }
div.DivClassName
{
background-color: #F502CC;
}
.BgClassName
{
background-color: #F502CC;
}
</style>
border-color css
<style>
span { border-color: #F502CC; }
span { border-color: rgb(245,2,204); }
td.TdClassName
{
border-color: #F502CC;
}
.TagClassName
{
border-color: #F502CC;
}
</style>