Shades of Hot Magenta #F802D5
Tints of Hot Magenta #F802D5
RGB
CMYK
RGB Variations
Color information
#F802D5 (or 0xF802D5) is known color: Hot Magenta. HEX triplet: F8, 02 and D5. RGB value is (248,2,213). Sum of RGB (Red+Green+Blue) = 248+2+213=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F802D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802D5 is #07FD2A. Grayscale: #636363. Windows color (decimal): -523563 or 13959928. OLE color: 13959928.
HSL color Cylindrical-coordinate representation of color #F802D5: hue angle of 308.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802D5 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 213 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.03 |
| HSL | 308.54º | 0.98% | 0.49% | - |
| HSV(B) | 308.54º | 0.99% | 0.97% | - |
| XYZ | 50.74 | 24.8 | 65.06 | - |
| YUV | 99.61 | 192 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 213 | 0 | 0.99 | 0.14 | 0.03 | 308.54 | 0.98 | 0.49 |
| Hex | F8 | 2 | D5 | 0 | 63 | E | 3 | 135 | 62 | 31 |
| Octal | 370 | 2 | 325 | 0 | 143 | 16 | 3 | 465 | 142 | 61 |
| Binary | 11111000 | 10 | 11010101 | 0 | 1100011 | 1110 | 11 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F802D5
Complementary color
Monochromatic Colors of #F802D5
Black with #F802D5
Text Example
Text Example
White with #F802D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802D5; }
p { color: rgb(248,2,213); }
H1.HeaderClassName
{
color: #F802D5;
}
.AnyTagClassName
{
color: #F802D5;
}
</style>
background-color css
<style>
a { background-color: #F802D5; }
a { background-color: rgb(248,2,213); }
div.DivClassName
{
background-color: #F802D5;
}
.BgClassName
{
background-color: #F802D5;
}
</style>
border-color css
<style>
span { border-color: #F802D5; }
span { border-color: rgb(248,2,213); }
td.TdClassName
{
border-color: #F802D5;
}
.TagClassName
{
border-color: #F802D5;
}
</style>