Shades of Hot Magenta #F801CE
Tints of Hot Magenta #F801CE
RGB
CMYK
RGB Variations
Color information
#F801CE (or 0xF801CE) is known color: Hot Magenta. HEX triplet: F8, 01 and CE. RGB value is (248,1,206). Sum of RGB (Red+Green+Blue) = 248+1+206=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F801CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801CE is #07FE31. Grayscale: #616161. Windows color (decimal): -523826 or 13500920. OLE color: 13500920.
HSL color Cylindrical-coordinate representation of color #F801CE: hue angle of 310.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801CE is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.03 |
| HSL | 310.2º | 0.99% | 0.49% | - |
| HSV(B) | 310.2º | 1% | 0.97% | - |
| XYZ | 49.86 | 24.43 | 60.48 | - |
| YUV | 98.22 | 188.83 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 206 | 0 | 1.00 | 0.17 | 0.03 | 310.2 | 0.99 | 0.49 |
| Hex | F8 | 1 | CE | 0 | 64 | 11 | 3 | 136 | 63 | 31 |
| Octal | 370 | 1 | 316 | 0 | 144 | 21 | 3 | 466 | 143 | 61 |
| Binary | 11111000 | 1 | 11001110 | 0 | 1100100 | 10001 | 11 | 100110110 | 1100011 | 110001 |
Color Harmonies of #F801CE
Complementary color
Monochromatic Colors of #F801CE
Black with #F801CE
Text Example
Text Example
White with #F801CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801CE; }
p { color: rgb(248,1,206); }
H1.HeaderClassName
{
color: #F801CE;
}
.AnyTagClassName
{
color: #F801CE;
}
</style>
background-color css
<style>
a { background-color: #F801CE; }
a { background-color: rgb(248,1,206); }
div.DivClassName
{
background-color: #F801CE;
}
.BgClassName
{
background-color: #F801CE;
}
</style>
border-color css
<style>
span { border-color: #F801CE; }
span { border-color: rgb(248,1,206); }
td.TdClassName
{
border-color: #F801CE;
}
.TagClassName
{
border-color: #F801CE;
}
</style>