Shades of Hot Magenta #F80CCF
Tints of Hot Magenta #F80CCF
RGB
CMYK
RGB Variations
Color information
#F80CCF (or 0xF80CCF) is known color: Hot Magenta. HEX triplet: F8, 0C and CF. RGB value is (248,12,207). Sum of RGB (Red+Green+Blue) = 248+12+207=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCF is #07F330. Grayscale: #686868. Windows color (decimal): -521009 or 13569272. OLE color: 13569272.
HSL color Cylindrical-coordinate representation of color #F80CCF: hue angle of 310.42º 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 #F80CCF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.03 |
| HSL | 310.42º | 0.94% | 0.51% | - |
| HSV(B) | 310.42º | 0.95% | 0.97% | - |
| XYZ | 50.11 | 24.72 | 61.16 | - |
| YUV | 104.79 | 185.69 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 207 | 0 | 0.95 | 0.17 | 0.03 | 310.42 | 0.94 | 0.51 |
| Hex | F8 | C | CF | 0 | 5F | 11 | 3 | 136 | 5E | 33 |
| Octal | 370 | 14 | 317 | 0 | 137 | 21 | 3 | 466 | 136 | 63 |
| Binary | 11111000 | 1100 | 11001111 | 0 | 1011111 | 10001 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F80CCF
Complementary color
Monochromatic Colors of #F80CCF
Black with #F80CCF
Text Example
Text Example
White with #F80CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CCF; }
p { color: rgb(248,12,207); }
H1.HeaderClassName
{
color: #F80CCF;
}
.AnyTagClassName
{
color: #F80CCF;
}
</style>
background-color css
<style>
a { background-color: #F80CCF; }
a { background-color: rgb(248,12,207); }
div.DivClassName
{
background-color: #F80CCF;
}
.BgClassName
{
background-color: #F80CCF;
}
</style>
border-color css
<style>
span { border-color: #F80CCF; }
span { border-color: rgb(248,12,207); }
td.TdClassName
{
border-color: #F80CCF;
}
.TagClassName
{
border-color: #F80CCF;
}
</style>