Shades of Hot Magenta #F80FDA
Tints of Hot Magenta #F80FDA
RGB
CMYK
RGB Variations
Color information
#F80FDA (or 0xF80FDA) is known color: Hot Magenta. HEX triplet: F8, 0F and DA. RGB value is (248,15,218). Sum of RGB (Red+Green+Blue) = 248+15+218=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDA is #07F025. Grayscale: #6B6B6B. Windows color (decimal): -520230 or 14290936. OLE color: 14290936.
HSL color Cylindrical-coordinate representation of color #F80FDA: hue angle of 307.73º 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 #F80FDA is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 218 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.03 |
| HSL | 307.73º | 0.94% | 0.52% | - |
| HSV(B) | 307.73º | 0.94% | 0.97% | - |
| XYZ | 51.54 | 25.36 | 68.51 | - |
| YUV | 107.81 | 190.19 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 218 | 0 | 0.94 | 0.12 | 0.03 | 307.73 | 0.94 | 0.52 |
| Hex | F8 | F | DA | 0 | 5E | C | 3 | 134 | 5E | 34 |
| Octal | 370 | 17 | 332 | 0 | 136 | 14 | 3 | 464 | 136 | 64 |
| Binary | 11111000 | 1111 | 11011010 | 0 | 1011110 | 1100 | 11 | 100110100 | 1011110 | 110100 |
Color Harmonies of #F80FDA
Complementary color
Monochromatic Colors of #F80FDA
Black with #F80FDA
Text Example
Text Example
White with #F80FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FDA; }
p { color: rgb(248,15,218); }
H1.HeaderClassName
{
color: #F80FDA;
}
.AnyTagClassName
{
color: #F80FDA;
}
</style>
background-color css
<style>
a { background-color: #F80FDA; }
a { background-color: rgb(248,15,218); }
div.DivClassName
{
background-color: #F80FDA;
}
.BgClassName
{
background-color: #F80FDA;
}
</style>
border-color css
<style>
span { border-color: #F80FDA; }
span { border-color: rgb(248,15,218); }
td.TdClassName
{
border-color: #F80FDA;
}
.TagClassName
{
border-color: #F80FDA;
}
</style>