Shades of Hot Magenta #F80CDF
Tints of Hot Magenta #F80CDF
RGB
CMYK
RGB Variations
Color information
#F80CDF (or 0xF80CDF) is known color: Hot Magenta. HEX triplet: F8, 0C and DF. RGB value is (248,12,223). Sum of RGB (Red+Green+Blue) = 248+12+223=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CDF is #07F320. Grayscale: #6A6A6A. Windows color (decimal): -520993 or 14617848. OLE color: 14617848.
HSL color Cylindrical-coordinate representation of color #F80CDF: hue angle of 306.36º 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 #F80CDF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.03 |
| HSL | 306.36º | 0.94% | 0.51% | - |
| HSV(B) | 306.36º | 0.95% | 0.97% | - |
| XYZ | 52.16 | 25.55 | 71.99 | - |
| YUV | 106.62 | 193.69 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 223 | 0 | 0.95 | 0.10 | 0.03 | 306.36 | 0.94 | 0.51 |
| Hex | F8 | C | DF | 0 | 5F | A | 3 | 132 | 5E | 33 |
| Octal | 370 | 14 | 337 | 0 | 137 | 12 | 3 | 462 | 136 | 63 |
| Binary | 11111000 | 1100 | 11011111 | 0 | 1011111 | 1010 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F80CDF
Complementary color
Monochromatic Colors of #F80CDF
Black with #F80CDF
Text Example
Text Example
White with #F80CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CDF; }
p { color: rgb(248,12,223); }
H1.HeaderClassName
{
color: #F80CDF;
}
.AnyTagClassName
{
color: #F80CDF;
}
</style>
background-color css
<style>
a { background-color: #F80CDF; }
a { background-color: rgb(248,12,223); }
div.DivClassName
{
background-color: #F80CDF;
}
.BgClassName
{
background-color: #F80CDF;
}
</style>
border-color css
<style>
span { border-color: #F80CDF; }
span { border-color: rgb(248,12,223); }
td.TdClassName
{
border-color: #F80CDF;
}
.TagClassName
{
border-color: #F80CDF;
}
</style>