Shades of Magenta #F811FE
Tints of Magenta #F811FE
RGB
CMYK
RGB Variations
Color information
#F811FE (or 0xF811FE) is known color: Magenta. HEX triplet: F8, 11 and FE. RGB value is (248,17,254). Sum of RGB (Red+Green+Blue) = 248+17+254=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 17 (7.03% from 255 or 3.28% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #F811FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811FE is #07EE01. Grayscale: #707070. Windows color (decimal): -519682 or 16650744. OLE color: 16650744.
HSL color Cylindrical-coordinate representation of color #F811FE: hue angle of 298.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811FE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 17 | 254 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.00 |
| HSL | 298.48º | 0.99% | 0.53% | - |
| HSV(B) | 298.48º | 0.93% | 1% | - |
| XYZ | 56.8 | 27.51 | 96.08 | - |
| YUV | 113.09 | 207.53 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 254 | 0.02 | 0.93 | 0 | 0.00 | 298.48 | 0.99 | 0.53 |
| Hex | F8 | 11 | FE | 2 | 5D | 0 | 0 | 12A | 63 | 35 |
| Octal | 370 | 21 | 376 | 2 | 135 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11111000 | 10001 | 11111110 | 10 | 1011101 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F811FE
Complementary color
Monochromatic Colors of #F811FE
Black with #F811FE
Text Example
Text Example
White with #F811FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811FE; }
p { color: rgb(248,17,254); }
H1.HeaderClassName
{
color: #F811FE;
}
.AnyTagClassName
{
color: #F811FE;
}
</style>
background-color css
<style>
a { background-color: #F811FE; }
a { background-color: rgb(248,17,254); }
div.DivClassName
{
background-color: #F811FE;
}
.BgClassName
{
background-color: #F811FE;
}
</style>
border-color css
<style>
span { border-color: #F811FE; }
span { border-color: rgb(248,17,254); }
td.TdClassName
{
border-color: #F811FE;
}
.TagClassName
{
border-color: #F811FE;
}
</style>