Shades of Hot Magenta #F807CE
Tints of Hot Magenta #F807CE
RGB
CMYK
RGB Variations
Color information
#F807CE (or 0xF807CE) is known color: Hot Magenta. HEX triplet: F8, 07 and CE. RGB value is (248,7,206). Sum of RGB (Red+Green+Blue) = 248+7+206=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F807CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807CE is #07F831. Grayscale: #656565. Windows color (decimal): -522290 or 13502456. OLE color: 13502456.
HSL color Cylindrical-coordinate representation of color #F807CE: hue angle of 310.46º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F807CE is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.03 |
| HSL | 310.46º | 0.95% | 0.5% | - |
| HSV(B) | 310.46º | 0.97% | 0.97% | - |
| XYZ | 49.93 | 24.56 | 60.5 | - |
| YUV | 101.75 | 186.84 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 206 | 0 | 0.97 | 0.17 | 0.03 | 310.46 | 0.95 | 0.5 |
| Hex | F8 | 7 | CE | 0 | 61 | 11 | 3 | 136 | 5F | 32 |
| Octal | 370 | 7 | 316 | 0 | 141 | 21 | 3 | 466 | 137 | 62 |
| Binary | 11111000 | 111 | 11001110 | 0 | 1100001 | 10001 | 11 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F807CE
Complementary color
Monochromatic Colors of #F807CE
Black with #F807CE
Text Example
Text Example
White with #F807CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807CE; }
p { color: rgb(248,7,206); }
H1.HeaderClassName
{
color: #F807CE;
}
.AnyTagClassName
{
color: #F807CE;
}
</style>
background-color css
<style>
a { background-color: #F807CE; }
a { background-color: rgb(248,7,206); }
div.DivClassName
{
background-color: #F807CE;
}
.BgClassName
{
background-color: #F807CE;
}
</style>
border-color css
<style>
span { border-color: #F807CE; }
span { border-color: rgb(248,7,206); }
td.TdClassName
{
border-color: #F807CE;
}
.TagClassName
{
border-color: #F807CE;
}
</style>