Shades of Hot Magenta #F80CCE
Tints of Hot Magenta #F80CCE
RGB
CMYK
RGB Variations
Color information
#F80CCE (or 0xF80CCE) is known color: Hot Magenta. HEX triplet: F8, 0C and CE. RGB value is (248,12,206). Sum of RGB (Red+Green+Blue) = 248+12+206=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCE is #07F331. Grayscale: #686868. Windows color (decimal): -521010 or 13503736. OLE color: 13503736.
HSL color Cylindrical-coordinate representation of color #F80CCE: hue angle of 310.68º 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 #F80CCE is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.03 |
| HSL | 310.68º | 0.94% | 0.51% | - |
| HSV(B) | 310.68º | 0.95% | 0.97% | - |
| XYZ | 49.98 | 24.68 | 60.52 | - |
| YUV | 104.68 | 185.19 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 206 | 0 | 0.95 | 0.17 | 0.03 | 310.68 | 0.94 | 0.51 |
| Hex | F8 | C | CE | 0 | 5F | 11 | 3 | 137 | 5E | 33 |
| Octal | 370 | 14 | 316 | 0 | 137 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1100 | 11001110 | 0 | 1011111 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80CCE
Complementary color
Monochromatic Colors of #F80CCE
Black with #F80CCE
Text Example
Text Example
White with #F80CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CCE; }
p { color: rgb(248,12,206); }
H1.HeaderClassName
{
color: #F80CCE;
}
.AnyTagClassName
{
color: #F80CCE;
}
</style>
background-color css
<style>
a { background-color: #F80CCE; }
a { background-color: rgb(248,12,206); }
div.DivClassName
{
background-color: #F80CCE;
}
.BgClassName
{
background-color: #F80CCE;
}
</style>
border-color css
<style>
span { border-color: #F80CCE; }
span { border-color: rgb(248,12,206); }
td.TdClassName
{
border-color: #F80CCE;
}
.TagClassName
{
border-color: #F80CCE;
}
</style>