Shades of Hot Magenta #F502DC
Tints of Hot Magenta #F502DC
RGB
CMYK
RGB Variations
Color information
#F502DC (or 0xF502DC) is known color: Hot Magenta. HEX triplet: F5, 02 and DC. RGB value is (245,2,220). Sum of RGB (Red+Green+Blue) = 245+2+220=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F502DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502DC is #0AFD23. Grayscale: #626262. Windows color (decimal): -720164 or 14418677. OLE color: 14418677.
HSL color Cylindrical-coordinate representation of color #F502DC: hue angle of 306.17º 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 #F502DC is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.04 |
| HSL | 306.17º | 0.98% | 0.48% | - |
| HSV(B) | 306.17º | 0.99% | 0.96% | - |
| XYZ | 50.6 | 24.62 | 69.8 | - |
| YUV | 99.51 | 196.01 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 220 | 0 | 0.99 | 0.10 | 0.04 | 306.17 | 0.98 | 0.48 |
| Hex | F5 | 2 | DC | 0 | 63 | A | 4 | 132 | 62 | 30 |
| Octal | 365 | 2 | 334 | 0 | 143 | 12 | 4 | 462 | 142 | 60 |
| Binary | 11110101 | 10 | 11011100 | 0 | 1100011 | 1010 | 100 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F502DC
Complementary color
Monochromatic Colors of #F502DC
Black with #F502DC
Text Example
Text Example
White with #F502DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502DC; }
p { color: rgb(245,2,220); }
H1.HeaderClassName
{
color: #F502DC;
}
.AnyTagClassName
{
color: #F502DC;
}
</style>
background-color css
<style>
a { background-color: #F502DC; }
a { background-color: rgb(245,2,220); }
div.DivClassName
{
background-color: #F502DC;
}
.BgClassName
{
background-color: #F502DC;
}
</style>
border-color css
<style>
span { border-color: #F502DC; }
span { border-color: rgb(245,2,220); }
td.TdClassName
{
border-color: #F502DC;
}
.TagClassName
{
border-color: #F502DC;
}
</style>