Shades of Hot Magenta #F80CCC
Tints of Hot Magenta #F80CCC
RGB
CMYK
RGB Variations
Color information
#F80CCC (or 0xF80CCC) is known color: Hot Magenta. HEX triplet: F8, 0C and CC. RGB value is (248,12,204). Sum of RGB (Red+Green+Blue) = 248+12+204=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCC is #07F333. Grayscale: #676767. Windows color (decimal): -521012 or 13372664. OLE color: 13372664.
HSL color Cylindrical-coordinate representation of color #F80CCC: hue angle of 311.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CCC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.03 |
| HSL | 311.19º | 0.94% | 0.51% | - |
| HSV(B) | 311.19º | 0.95% | 0.97% | - |
| XYZ | 49.74 | 24.58 | 59.25 | - |
| YUV | 104.45 | 184.19 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 204 | 0 | 0.95 | 0.18 | 0.03 | 311.19 | 0.94 | 0.51 |
| Hex | F8 | C | CC | 0 | 5F | 12 | 3 | 137 | 5E | 33 |
| Octal | 370 | 14 | 314 | 0 | 137 | 22 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1100 | 11001100 | 0 | 1011111 | 10010 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80CCC
Complementary color
Monochromatic Colors of #F80CCC
Black with #F80CCC
Text Example
Text Example
White with #F80CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CCC; }
p { color: rgb(248,12,204); }
H1.HeaderClassName
{
color: #F80CCC;
}
.AnyTagClassName
{
color: #F80CCC;
}
</style>
background-color css
<style>
a { background-color: #F80CCC; }
a { background-color: rgb(248,12,204); }
div.DivClassName
{
background-color: #F80CCC;
}
.BgClassName
{
background-color: #F80CCC;
}
</style>
border-color css
<style>
span { border-color: #F80CCC; }
span { border-color: rgb(248,12,204); }
td.TdClassName
{
border-color: #F80CCC;
}
.TagClassName
{
border-color: #F80CCC;
}
</style>