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