Shades of Hot Magenta #F802CF
Tints of Hot Magenta #F802CF
RGB
CMYK
RGB Variations
Color information
#F802CF (or 0xF802CF) is known color: Hot Magenta. HEX triplet: F8, 02 and CF. RGB value is (248,2,207). Sum of RGB (Red+Green+Blue) = 248+2+207=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F802CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802CF is #07FD30. Grayscale: #626262. Windows color (decimal): -523569 or 13566712. OLE color: 13566712.
HSL color Cylindrical-coordinate representation of color #F802CF: hue angle of 310º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802CF is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.03 |
| HSL | 310º | 0.98% | 0.49% | - |
| HSV(B) | 310º | 0.99% | 0.97% | - |
| XYZ | 50 | 24.5 | 61.13 | - |
| YUV | 98.92 | 189 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 207 | 0 | 0.99 | 0.17 | 0.03 | 310 | 0.98 | 0.49 |
| Hex | F8 | 2 | CF | 0 | 63 | 11 | 3 | 136 | 62 | 31 |
| Octal | 370 | 2 | 317 | 0 | 143 | 21 | 3 | 466 | 142 | 61 |
| Binary | 11111000 | 10 | 11001111 | 0 | 1100011 | 10001 | 11 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F802CF
Complementary color
Monochromatic Colors of #F802CF
Black with #F802CF
Text Example
Text Example
White with #F802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802CF; }
p { color: rgb(248,2,207); }
H1.HeaderClassName
{
color: #F802CF;
}
.AnyTagClassName
{
color: #F802CF;
}
</style>
background-color css
<style>
a { background-color: #F802CF; }
a { background-color: rgb(248,2,207); }
div.DivClassName
{
background-color: #F802CF;
}
.BgClassName
{
background-color: #F802CF;
}
</style>
border-color css
<style>
span { border-color: #F802CF; }
span { border-color: rgb(248,2,207); }
td.TdClassName
{
border-color: #F802CF;
}
.TagClassName
{
border-color: #F802CF;
}
</style>