Shades of Hot Magenta #F80CDD
Tints of Hot Magenta #F80CDD
RGB
CMYK
RGB Variations
Color information
#F80CDD (or 0xF80CDD) is known color: Hot Magenta. HEX triplet: F8, 0C and DD. RGB value is (248,12,221). Sum of RGB (Red+Green+Blue) = 248+12+221=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CDD is #07F322. Grayscale: #696969. Windows color (decimal): -520995 or 14486776. OLE color: 14486776.
HSL color Cylindrical-coordinate representation of color #F80CDD: hue angle of 306.86º 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 #F80CDD is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.03 |
| HSL | 306.86º | 0.94% | 0.51% | - |
| HSV(B) | 306.86º | 0.95% | 0.97% | - |
| XYZ | 51.89 | 25.44 | 70.58 | - |
| YUV | 106.39 | 192.69 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 221 | 0 | 0.95 | 0.11 | 0.03 | 306.86 | 0.94 | 0.51 |
| Hex | F8 | C | DD | 0 | 5F | B | 3 | 133 | 5E | 33 |
| Octal | 370 | 14 | 335 | 0 | 137 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11111000 | 1100 | 11011101 | 0 | 1011111 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F80CDD
Complementary color
Monochromatic Colors of #F80CDD
Black with #F80CDD
Text Example
Text Example
White with #F80CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CDD; }
p { color: rgb(248,12,221); }
H1.HeaderClassName
{
color: #F80CDD;
}
.AnyTagClassName
{
color: #F80CDD;
}
</style>
background-color css
<style>
a { background-color: #F80CDD; }
a { background-color: rgb(248,12,221); }
div.DivClassName
{
background-color: #F80CDD;
}
.BgClassName
{
background-color: #F80CDD;
}
</style>
border-color css
<style>
span { border-color: #F80CDD; }
span { border-color: rgb(248,12,221); }
td.TdClassName
{
border-color: #F80CDD;
}
.TagClassName
{
border-color: #F80CDD;
}
</style>