Shades of Hot Magenta #F80FD3
Tints of Hot Magenta #F80FD3
RGB
CMYK
RGB Variations
Color information
#F80FD3 (or 0xF80FD3) is known color: Hot Magenta. HEX triplet: F8, 0F and D3. RGB value is (248,15,211). Sum of RGB (Red+Green+Blue) = 248+15+211=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FD3 is #07F02C. Grayscale: #6A6A6A. Windows color (decimal): -520237 or 13832184. OLE color: 13832184.
HSL color Cylindrical-coordinate representation of color #F80FD3: hue angle of 309.53º 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 #F80FD3 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 211 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.03 |
| HSL | 309.53º | 0.94% | 0.52% | - |
| HSV(B) | 309.53º | 0.94% | 0.97% | - |
| XYZ | 50.64 | 25 | 63.78 | - |
| YUV | 107.01 | 186.69 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 211 | 0 | 0.94 | 0.15 | 0.03 | 309.53 | 0.94 | 0.52 |
| Hex | F8 | F | D3 | 0 | 5E | F | 3 | 136 | 5E | 34 |
| Octal | 370 | 17 | 323 | 0 | 136 | 17 | 3 | 466 | 136 | 64 |
| Binary | 11111000 | 1111 | 11010011 | 0 | 1011110 | 1111 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F80FD3
Complementary color
Monochromatic Colors of #F80FD3
Black with #F80FD3
Text Example
Text Example
White with #F80FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FD3; }
p { color: rgb(248,15,211); }
H1.HeaderClassName
{
color: #F80FD3;
}
.AnyTagClassName
{
color: #F80FD3;
}
</style>
background-color css
<style>
a { background-color: #F80FD3; }
a { background-color: rgb(248,15,211); }
div.DivClassName
{
background-color: #F80FD3;
}
.BgClassName
{
background-color: #F80FD3;
}
</style>
border-color css
<style>
span { border-color: #F80FD3; }
span { border-color: rgb(248,15,211); }
td.TdClassName
{
border-color: #F80FD3;
}
.TagClassName
{
border-color: #F80FD3;
}
</style>