Shades of Magenta #F81EFF
Tints of Magenta #F81EFF
RGB
CMYK
RGB Variations
Color information
#F81EFF (or 0xF81EFF) is known color: Magenta. HEX triplet: F8, 1E and FF. RGB value is (248,30,255). Sum of RGB (Red+Green+Blue) = 248+30+255=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 30 (12.11% from 255 or 5.63% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F81EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EFF is #07E100. Grayscale: #787878. Windows color (decimal): -516353 or 16719608. OLE color: 16719608.
HSL color Cylindrical-coordinate representation of color #F81EFF: hue angle of 298.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EFF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 30 | 255 | - |
| CMYK | 0.03 | 0.88 | 0 | 0 |
| HSL | 298.13º | 1% | 0.56% | - |
| HSV(B) | 298.13º | 0.88% | 1% | - |
| XYZ | 57.23 | 28.11 | 97.02 | - |
| YUV | 120.83 | 203.72 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 255 | 0.03 | 0.88 | 0 | 0 | 298.13 | 1 | 0.56 |
| Hex | F8 | 1E | FF | 3 | 58 | 0 | 0 | 12A | 64 | 38 |
| Octal | 370 | 36 | 377 | 3 | 130 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11111000 | 11110 | 11111111 | 11 | 1011000 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F81EFF
Complementary color
Monochromatic Colors of #F81EFF
Black with #F81EFF
Text Example
Text Example
White with #F81EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EFF; }
p { color: rgb(248,30,255); }
H1.HeaderClassName
{
color: #F81EFF;
}
.AnyTagClassName
{
color: #F81EFF;
}
</style>
background-color css
<style>
a { background-color: #F81EFF; }
a { background-color: rgb(248,30,255); }
div.DivClassName
{
background-color: #F81EFF;
}
.BgClassName
{
background-color: #F81EFF;
}
</style>
border-color css
<style>
span { border-color: #F81EFF; }
span { border-color: rgb(248,30,255); }
td.TdClassName
{
border-color: #F81EFF;
}
.TagClassName
{
border-color: #F81EFF;
}
</style>