Shades of Hot Magenta #F80FD2
Tints of Hot Magenta #F80FD2
RGB
CMYK
RGB Variations
Color information
#F80FD2 (or 0xF80FD2) is known color: Hot Magenta. HEX triplet: F8, 0F and D2. RGB value is (248,15,210). Sum of RGB (Red+Green+Blue) = 248+15+210=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FD2 is #07F02D. Grayscale: #6A6A6A. Windows color (decimal): -520238 or 13766648. OLE color: 13766648.
HSL color Cylindrical-coordinate representation of color #F80FD2: hue angle of 309.79º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.03 |
| HSL | 309.79º | 0.94% | 0.52% | - |
| HSV(B) | 309.79º | 0.94% | 0.97% | - |
| XYZ | 50.52 | 24.95 | 63.13 | - |
| YUV | 106.9 | 186.19 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 210 | 0 | 0.94 | 0.15 | 0.03 | 309.79 | 0.94 | 0.52 |
| Hex | F8 | F | D2 | 0 | 5E | F | 3 | 136 | 5E | 34 |
| Octal | 370 | 17 | 322 | 0 | 136 | 17 | 3 | 466 | 136 | 64 |
| Binary | 11111000 | 1111 | 11010010 | 0 | 1011110 | 1111 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F80FD2
Complementary color
Monochromatic Colors of #F80FD2
Black with #F80FD2
Text Example
Text Example
White with #F80FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FD2; }
p { color: rgb(248,15,210); }
H1.HeaderClassName
{
color: #F80FD2;
}
.AnyTagClassName
{
color: #F80FD2;
}
</style>
background-color css
<style>
a { background-color: #F80FD2; }
a { background-color: rgb(248,15,210); }
div.DivClassName
{
background-color: #F80FD2;
}
.BgClassName
{
background-color: #F80FD2;
}
</style>
border-color css
<style>
span { border-color: #F80FD2; }
span { border-color: rgb(248,15,210); }
td.TdClassName
{
border-color: #F80FD2;
}
.TagClassName
{
border-color: #F80FD2;
}
</style>