Shades of Hot Magenta #F804CE
Tints of Hot Magenta #F804CE
RGB
CMYK
RGB Variations
Color information
#F804CE (or 0xF804CE) is known color: Hot Magenta. HEX triplet: F8, 04 and CE. RGB value is (248,4,206). Sum of RGB (Red+Green+Blue) = 248+4+206=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F804CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804CE is #07FB31. Grayscale: #636363. Windows color (decimal): -523058 or 13501688. OLE color: 13501688.
HSL color Cylindrical-coordinate representation of color #F804CE: hue angle of 310.33º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F804CE is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.03 |
| HSL | 310.33º | 0.97% | 0.49% | - |
| HSV(B) | 310.33º | 0.98% | 0.97% | - |
| XYZ | 49.9 | 24.5 | 60.49 | - |
| YUV | 99.98 | 187.84 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 206 | 0 | 0.98 | 0.17 | 0.03 | 310.33 | 0.97 | 0.49 |
| Hex | F8 | 4 | CE | 0 | 62 | 11 | 3 | 136 | 61 | 31 |
| Octal | 370 | 4 | 316 | 0 | 142 | 21 | 3 | 466 | 141 | 61 |
| Binary | 11111000 | 100 | 11001110 | 0 | 1100010 | 10001 | 11 | 100110110 | 1100001 | 110001 |
Color Harmonies of #F804CE
Complementary color
Monochromatic Colors of #F804CE
Black with #F804CE
Text Example
Text Example
White with #F804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F804CE; }
p { color: rgb(248,4,206); }
H1.HeaderClassName
{
color: #F804CE;
}
.AnyTagClassName
{
color: #F804CE;
}
</style>
background-color css
<style>
a { background-color: #F804CE; }
a { background-color: rgb(248,4,206); }
div.DivClassName
{
background-color: #F804CE;
}
.BgClassName
{
background-color: #F804CE;
}
</style>
border-color css
<style>
span { border-color: #F804CE; }
span { border-color: rgb(248,4,206); }
td.TdClassName
{
border-color: #F804CE;
}
.TagClassName
{
border-color: #F804CE;
}
</style>