Shades of Magenta #F801E5
Tints of Magenta #F801E5
RGB
CMYK
RGB Variations
Color information
#F801E5 (or 0xF801E5) is known color: Magenta. HEX triplet: F8, 01 and E5. RGB value is (248,1,229). Sum of RGB (Red+Green+Blue) = 248+1+229=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F801E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801E5 is #07FE1A. Grayscale: #646464. Windows color (decimal): -523803 or 15008248. OLE color: 15008248.
HSL color Cylindrical-coordinate representation of color #F801E5: hue angle of 304.62º 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 #F801E5 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.03 |
| HSL | 304.62º | 0.99% | 0.49% | - |
| HSV(B) | 304.62º | 1% | 0.97% | - |
| XYZ | 52.87 | 25.64 | 76.29 | - |
| YUV | 100.85 | 200.33 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 229 | 0 | 1.00 | 0.08 | 0.03 | 304.62 | 0.99 | 0.49 |
| Hex | F8 | 1 | E5 | 0 | 64 | 8 | 3 | 131 | 63 | 31 |
| Octal | 370 | 1 | 345 | 0 | 144 | 10 | 3 | 461 | 143 | 61 |
| Binary | 11111000 | 1 | 11100101 | 0 | 1100100 | 1000 | 11 | 100110001 | 1100011 | 110001 |
Color Harmonies of #F801E5
Complementary color
Monochromatic Colors of #F801E5
Black with #F801E5
Text Example
Text Example
White with #F801E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801E5; }
p { color: rgb(248,1,229); }
H1.HeaderClassName
{
color: #F801E5;
}
.AnyTagClassName
{
color: #F801E5;
}
</style>
background-color css
<style>
a { background-color: #F801E5; }
a { background-color: rgb(248,1,229); }
div.DivClassName
{
background-color: #F801E5;
}
.BgClassName
{
background-color: #F801E5;
}
</style>
border-color css
<style>
span { border-color: #F801E5; }
span { border-color: rgb(248,1,229); }
td.TdClassName
{
border-color: #F801E5;
}
.TagClassName
{
border-color: #F801E5;
}
</style>