Shades of Hot Magenta #F800CF
Tints of Hot Magenta #F800CF
RGB
CMYK
RGB Variations
Color information
#F800CF (or 0xF800CF) is known color: Hot Magenta. HEX triplet: F8, 00 and CF. RGB value is (248,0,207). Sum of RGB (Red+Green+Blue) = 248+0+207=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F800CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800CF is #07FF30. Grayscale: #616161. Windows color (decimal): -524081 or 13566200. OLE color: 13566200.
HSL color Cylindrical-coordinate representation of color #F800CF: hue angle of 309.92º 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 #F800CF is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.17 | 0.03 |
| HSL | 309.92º | 1% | 0.49% | - |
| HSV(B) | 309.92º | 1% | 0.97% | - |
| XYZ | 49.97 | 24.46 | 61.12 | - |
| YUV | 97.75 | 189.66 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 207 | 0 | 1 | 0.17 | 0.03 | 309.92 | 1 | 0.49 |
| Hex | F8 | 0 | CF | 0 | 64 | 11 | 3 | 136 | 64 | 31 |
| Octal | 370 | 0 | 317 | 0 | 144 | 21 | 3 | 466 | 144 | 61 |
| Binary | 11111000 | 0 | 11001111 | 0 | 1100100 | 10001 | 11 | 100110110 | 1100100 | 110001 |
Color Harmonies of #F800CF
Complementary color
Monochromatic Colors of #F800CF
Black with #F800CF
Text Example
Text Example
White with #F800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800CF; }
p { color: rgb(248,0,207); }
H1.HeaderClassName
{
color: #F800CF;
}
.AnyTagClassName
{
color: #F800CF;
}
</style>
background-color css
<style>
a { background-color: #F800CF; }
a { background-color: rgb(248,0,207); }
div.DivClassName
{
background-color: #F800CF;
}
.BgClassName
{
background-color: #F800CF;
}
</style>
border-color css
<style>
span { border-color: #F800CF; }
span { border-color: rgb(248,0,207); }
td.TdClassName
{
border-color: #F800CF;
}
.TagClassName
{
border-color: #F800CF;
}
</style>