Shades of Hot Magenta #F502DF
Tints of Hot Magenta #F502DF
RGB
CMYK
RGB Variations
Color information
#F502DF (or 0xF502DF) is known color: Hot Magenta. HEX triplet: F5, 02 and DF. RGB value is (245,2,223). Sum of RGB (Red+Green+Blue) = 245+2+223=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F502DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502DF is #0AFD20. Grayscale: #636363. Windows color (decimal): -720161 or 14615285. OLE color: 14615285.
HSL color Cylindrical-coordinate representation of color #F502DF: hue angle of 305.43º 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 #F502DF is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.04 |
| HSL | 305.43º | 0.98% | 0.48% | - |
| HSV(B) | 305.43º | 0.99% | 0.96% | - |
| XYZ | 51 | 24.78 | 71.91 | - |
| YUV | 99.85 | 197.51 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 223 | 0 | 0.99 | 0.09 | 0.04 | 305.43 | 0.98 | 0.48 |
| Hex | F5 | 2 | DF | 0 | 63 | 9 | 4 | 131 | 62 | 30 |
| Octal | 365 | 2 | 337 | 0 | 143 | 11 | 4 | 461 | 142 | 60 |
| Binary | 11110101 | 10 | 11011111 | 0 | 1100011 | 1001 | 100 | 100110001 | 1100010 | 110000 |
Color Harmonies of #F502DF
Complementary color
Monochromatic Colors of #F502DF
Black with #F502DF
Text Example
Text Example
White with #F502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502DF; }
p { color: rgb(245,2,223); }
H1.HeaderClassName
{
color: #F502DF;
}
.AnyTagClassName
{
color: #F502DF;
}
</style>
background-color css
<style>
a { background-color: #F502DF; }
a { background-color: rgb(245,2,223); }
div.DivClassName
{
background-color: #F502DF;
}
.BgClassName
{
background-color: #F502DF;
}
</style>
border-color css
<style>
span { border-color: #F502DF; }
span { border-color: rgb(245,2,223); }
td.TdClassName
{
border-color: #F502DF;
}
.TagClassName
{
border-color: #F502DF;
}
</style>