Shades of Hot Magenta #F80CD0
Tints of Hot Magenta #F80CD0
RGB
CMYK
RGB Variations
Color information
#F80CD0 (or 0xF80CD0) is known color: Hot Magenta. HEX triplet: F8, 0C and D0. RGB value is (248,12,208). Sum of RGB (Red+Green+Blue) = 248+12+208=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CD0 is #07F32F. Grayscale: #686868. Windows color (decimal): -521008 or 13634808. OLE color: 13634808.
HSL color Cylindrical-coordinate representation of color #F80CD0: hue angle of 310.17º 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 #F80CD0 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 12 | 208 | - |
CMYK | 0 | 0.95 | 0.16 | 0.03 |
HSL | 310.17º | 0.94% | 0.51% | - |
HSV(B) | 310.17º | 0.95% | 0.97% | - |
XYZ | 50.23 | 24.77 | 61.81 | - |
YUV | 104.91 | 186.19 | 230.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 12 | 208 | 0 | 0.95 | 0.16 | 0.03 | 310.17 | 0.94 | 0.51 |
Hex | F8 | C | D0 | 0 | 5F | 10 | 3 | 136 | 5E | 33 |
Octal | 370 | 14 | 320 | 0 | 137 | 20 | 3 | 466 | 136 | 63 |
Binary | 11111000 | 1100 | 11010000 | 0 | 1011111 | 10000 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F80CD0
Complementary color
Monochromatic Colors of #F80CD0
Black with #F80CD0
Text Example
Text Example
White with #F80CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CD0; }
p { color: rgb(248,12,208); }
H1.HeaderClassName
{
color: #F80CD0;
}
.AnyTagClassName
{
color: #F80CD0;
}
</style>
background-color css
<style>
a { background-color: #F80CD0; }
a { background-color: rgb(248,12,208); }
div.DivClassName
{
background-color: #F80CD0;
}
.BgClassName
{
background-color: #F80CD0;
}
</style>
border-color css
<style>
span { border-color: #F80CD0; }
span { border-color: rgb(248,12,208); }
td.TdClassName
{
border-color: #F80CD0;
}
.TagClassName
{
border-color: #F80CD0;
}
</style>