Shades of Hot Magenta #F800CC
Tints of Hot Magenta #F800CC
RGB
CMYK
RGB Variations
Color information
#F800CC (or 0xF800CC) is known color: Hot Magenta. HEX triplet: F8, 00 and CC. RGB value is (248,0,204). Sum of RGB (Red+Green+Blue) = 248+0+204=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F800CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800CC is #07FF33. Grayscale: #606060. Windows color (decimal): -524084 or 13369592. OLE color: 13369592.
HSL color Cylindrical-coordinate representation of color #F800CC: hue angle of 310.65º 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 #F800CC is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.18 | 0.03 |
| HSL | 310.65º | 1% | 0.49% | - |
| HSV(B) | 310.65º | 1% | 0.97% | - |
| XYZ | 49.61 | 24.32 | 59.21 | - |
| YUV | 97.41 | 188.16 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 204 | 0 | 1 | 0.18 | 0.03 | 310.65 | 1 | 0.49 |
| Hex | F8 | 0 | CC | 0 | 64 | 12 | 3 | 137 | 64 | 31 |
| Octal | 370 | 0 | 314 | 0 | 144 | 22 | 3 | 467 | 144 | 61 |
| Binary | 11111000 | 0 | 11001100 | 0 | 1100100 | 10010 | 11 | 100110111 | 1100100 | 110001 |
Color Harmonies of #F800CC
Complementary color
Monochromatic Colors of #F800CC
Black with #F800CC
Text Example
Text Example
White with #F800CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800CC; }
p { color: rgb(248,0,204); }
H1.HeaderClassName
{
color: #F800CC;
}
.AnyTagClassName
{
color: #F800CC;
}
</style>
background-color css
<style>
a { background-color: #F800CC; }
a { background-color: rgb(248,0,204); }
div.DivClassName
{
background-color: #F800CC;
}
.BgClassName
{
background-color: #F800CC;
}
</style>
border-color css
<style>
span { border-color: #F800CC; }
span { border-color: rgb(248,0,204); }
td.TdClassName
{
border-color: #F800CC;
}
.TagClassName
{
border-color: #F800CC;
}
</style>