Shades of Hot Magenta #F801DF
Tints of Hot Magenta #F801DF
RGB
CMYK
RGB Variations
Color information
#F801DF (or 0xF801DF) is known color: Hot Magenta. HEX triplet: F8, 01 and DF. RGB value is (248,1,223). Sum of RGB (Red+Green+Blue) = 248+1+223=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F801DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801DF is #07FE20. Grayscale: #636363. Windows color (decimal): -523809 or 14615032. OLE color: 14615032.
HSL color Cylindrical-coordinate representation of color #F801DF: hue angle of 306.07º 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 #F801DF is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.03 |
| HSL | 306.07º | 0.99% | 0.49% | - |
| HSV(B) | 306.07º | 1% | 0.97% | - |
| XYZ | 52.04 | 25.31 | 71.95 | - |
| YUV | 100.16 | 197.33 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 223 | 0 | 1.00 | 0.10 | 0.03 | 306.07 | 0.99 | 0.49 |
| Hex | F8 | 1 | DF | 0 | 64 | A | 3 | 132 | 63 | 31 |
| Octal | 370 | 1 | 337 | 0 | 144 | 12 | 3 | 462 | 143 | 61 |
| Binary | 11111000 | 1 | 11011111 | 0 | 1100100 | 1010 | 11 | 100110010 | 1100011 | 110001 |
Color Harmonies of #F801DF
Complementary color
Monochromatic Colors of #F801DF
Black with #F801DF
Text Example
Text Example
White with #F801DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801DF; }
p { color: rgb(248,1,223); }
H1.HeaderClassName
{
color: #F801DF;
}
.AnyTagClassName
{
color: #F801DF;
}
</style>
background-color css
<style>
a { background-color: #F801DF; }
a { background-color: rgb(248,1,223); }
div.DivClassName
{
background-color: #F801DF;
}
.BgClassName
{
background-color: #F801DF;
}
</style>
border-color css
<style>
span { border-color: #F801DF; }
span { border-color: rgb(248,1,223); }
td.TdClassName
{
border-color: #F801DF;
}
.TagClassName
{
border-color: #F801DF;
}
</style>