Shades of Hot Magenta #F801C9
Tints of Hot Magenta #F801C9
RGB
CMYK
RGB Variations
Color information
#F801C9 (or 0xF801C9) is known color: Hot Magenta. HEX triplet: F8, 01 and C9. RGB value is (248,1,201). Sum of RGB (Red+Green+Blue) = 248+1+201=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F801C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801C9 is #07FE36. Grayscale: #616161. Windows color (decimal): -523831 or 13173240. OLE color: 13173240.
HSL color Cylindrical-coordinate representation of color #F801C9: hue angle of 311.42º 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 #F801C9 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.03 |
| HSL | 311.42º | 0.99% | 0.49% | - |
| HSV(B) | 311.42º | 1% | 0.97% | - |
| XYZ | 49.26 | 24.2 | 57.33 | - |
| YUV | 97.65 | 186.33 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 201 | 0 | 1.00 | 0.19 | 0.03 | 311.42 | 0.99 | 0.49 |
| Hex | F8 | 1 | C9 | 0 | 64 | 13 | 3 | 137 | 63 | 31 |
| Octal | 370 | 1 | 311 | 0 | 144 | 23 | 3 | 467 | 143 | 61 |
| Binary | 11111000 | 1 | 11001001 | 0 | 1100100 | 10011 | 11 | 100110111 | 1100011 | 110001 |
Color Harmonies of #F801C9
Complementary color
Monochromatic Colors of #F801C9
Black with #F801C9
Text Example
Text Example
White with #F801C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801C9; }
p { color: rgb(248,1,201); }
H1.HeaderClassName
{
color: #F801C9;
}
.AnyTagClassName
{
color: #F801C9;
}
</style>
background-color css
<style>
a { background-color: #F801C9; }
a { background-color: rgb(248,1,201); }
div.DivClassName
{
background-color: #F801C9;
}
.BgClassName
{
background-color: #F801C9;
}
</style>
border-color css
<style>
span { border-color: #F801C9; }
span { border-color: rgb(248,1,201); }
td.TdClassName
{
border-color: #F801C9;
}
.TagClassName
{
border-color: #F801C9;
}
</style>