Shades of Magenta #F811E5
Tints of Magenta #F811E5
RGB
CMYK
RGB Variations
Color information
#F811E5 (or 0xF811E5) is known color: Magenta. HEX triplet: F8, 11 and E5. RGB value is (248,17,229). Sum of RGB (Red+Green+Blue) = 248+17+229=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F811E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811E5 is #07EE1A. Grayscale: #6D6D6D. Windows color (decimal): -519707 or 15012344. OLE color: 15012344.
HSL color Cylindrical-coordinate representation of color #F811E5: hue angle of 304.94º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811E5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.03 |
| HSL | 304.94º | 0.94% | 0.52% | - |
| HSV(B) | 304.94º | 0.93% | 0.97% | - |
| XYZ | 53.05 | 26.01 | 76.35 | - |
| YUV | 110.24 | 195.03 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 229 | 0 | 0.93 | 0.08 | 0.03 | 304.94 | 0.94 | 0.52 |
| Hex | F8 | 11 | E5 | 0 | 5D | 8 | 3 | 131 | 5E | 34 |
| Octal | 370 | 21 | 345 | 0 | 135 | 10 | 3 | 461 | 136 | 64 |
| Binary | 11111000 | 10001 | 11100101 | 0 | 1011101 | 1000 | 11 | 100110001 | 1011110 | 110100 |
Color Harmonies of #F811E5
Complementary color
Monochromatic Colors of #F811E5
Black with #F811E5
Text Example
Text Example
White with #F811E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811E5; }
p { color: rgb(248,17,229); }
H1.HeaderClassName
{
color: #F811E5;
}
.AnyTagClassName
{
color: #F811E5;
}
</style>
background-color css
<style>
a { background-color: #F811E5; }
a { background-color: rgb(248,17,229); }
div.DivClassName
{
background-color: #F811E5;
}
.BgClassName
{
background-color: #F811E5;
}
</style>
border-color css
<style>
span { border-color: #F811E5; }
span { border-color: rgb(248,17,229); }
td.TdClassName
{
border-color: #F811E5;
}
.TagClassName
{
border-color: #F811E5;
}
</style>