Shades of Hot Magenta #F80CCD
Tints of Hot Magenta #F80CCD
RGB
CMYK
RGB Variations
Color information
#F80CCD (or 0xF80CCD) is known color: Hot Magenta. HEX triplet: F8, 0C and CD. RGB value is (248,12,205). Sum of RGB (Red+Green+Blue) = 248+12+205=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCD is #07F332. Grayscale: #686868. Windows color (decimal): -521011 or 13438200. OLE color: 13438200.
HSL color Cylindrical-coordinate representation of color #F80CCD: hue angle of 310.93º 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 #F80CCD is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.03 |
| HSL | 310.93º | 0.94% | 0.51% | - |
| HSV(B) | 310.93º | 0.95% | 0.97% | - |
| XYZ | 49.86 | 24.63 | 59.88 | - |
| YUV | 104.57 | 184.69 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 205 | 0 | 0.95 | 0.17 | 0.03 | 310.93 | 0.94 | 0.51 |
| Hex | F8 | C | CD | 0 | 5F | 11 | 3 | 137 | 5E | 33 |
| Octal | 370 | 14 | 315 | 0 | 137 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1100 | 11001101 | 0 | 1011111 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80CCD
Complementary color
Monochromatic Colors of #F80CCD
Black with #F80CCD
Text Example
Text Example
White with #F80CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CCD; }
p { color: rgb(248,12,205); }
H1.HeaderClassName
{
color: #F80CCD;
}
.AnyTagClassName
{
color: #F80CCD;
}
</style>
background-color css
<style>
a { background-color: #F80CCD; }
a { background-color: rgb(248,12,205); }
div.DivClassName
{
background-color: #F80CCD;
}
.BgClassName
{
background-color: #F80CCD;
}
</style>
border-color css
<style>
span { border-color: #F80CCD; }
span { border-color: rgb(248,12,205); }
td.TdClassName
{
border-color: #F80CCD;
}
.TagClassName
{
border-color: #F80CCD;
}
</style>