Shades of Hot Magenta #F801D2
Tints of Hot Magenta #F801D2
RGB
CMYK
RGB Variations
Color information
#F801D2 (or 0xF801D2) is known color: Hot Magenta. HEX triplet: F8, 01 and D2. RGB value is (248,1,210). Sum of RGB (Red+Green+Blue) = 248+1+210=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F801D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801D2 is #07FE2D. Grayscale: #626262. Windows color (decimal): -523822 or 13763064. OLE color: 13763064.
HSL color Cylindrical-coordinate representation of color #F801D2: hue angle of 309.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801D2 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 210 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.03 |
| HSL | 309.23º | 0.99% | 0.49% | - |
| HSV(B) | 309.23º | 1% | 0.97% | - |
| XYZ | 50.36 | 24.63 | 63.07 | - |
| YUV | 98.68 | 190.83 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 210 | 0 | 1.00 | 0.15 | 0.03 | 309.23 | 0.99 | 0.49 |
| Hex | F8 | 1 | D2 | 0 | 64 | F | 3 | 135 | 63 | 31 |
| Octal | 370 | 1 | 322 | 0 | 144 | 17 | 3 | 465 | 143 | 61 |
| Binary | 11111000 | 1 | 11010010 | 0 | 1100100 | 1111 | 11 | 100110101 | 1100011 | 110001 |
Color Harmonies of #F801D2
Complementary color
Monochromatic Colors of #F801D2
Black with #F801D2
Text Example
Text Example
White with #F801D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801D2; }
p { color: rgb(248,1,210); }
H1.HeaderClassName
{
color: #F801D2;
}
.AnyTagClassName
{
color: #F801D2;
}
</style>
background-color css
<style>
a { background-color: #F801D2; }
a { background-color: rgb(248,1,210); }
div.DivClassName
{
background-color: #F801D2;
}
.BgClassName
{
background-color: #F801D2;
}
</style>
border-color css
<style>
span { border-color: #F801D2; }
span { border-color: rgb(248,1,210); }
td.TdClassName
{
border-color: #F801D2;
}
.TagClassName
{
border-color: #F801D2;
}
</style>