Shades of Magenta #F81FEA
Tints of Magenta #F81FEA
RGB
CMYK
RGB Variations
Color information
#F81FEA (or 0xF81FEA) is known color: Magenta. HEX triplet: F8, 1F and EA. RGB value is (248,31,234). Sum of RGB (Red+Green+Blue) = 248+31+234=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FEA is #07E015. Grayscale: #767676. Windows color (decimal): -516118 or 15343608. OLE color: 15343608.
HSL color Cylindrical-coordinate representation of color #F81FEA: hue angle of 303.87º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FEA is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 234 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.03 |
| HSL | 303.87º | 0.94% | 0.55% | - |
| HSV(B) | 303.87º | 0.88% | 0.97% | - |
| XYZ | 54.05 | 26.88 | 80.18 | - |
| YUV | 119.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 234 | 0 | 0.88 | 0.06 | 0.03 | 303.87 | 0.94 | 0.55 |
| Hex | F8 | 1F | EA | 0 | 58 | 6 | 3 | 130 | 5E | 37 |
| Octal | 370 | 37 | 352 | 0 | 130 | 6 | 3 | 460 | 136 | 67 |
| Binary | 11111000 | 11111 | 11101010 | 0 | 1011000 | 110 | 11 | 100110000 | 1011110 | 110111 |
Color Harmonies of #F81FEA
Complementary color
Monochromatic Colors of #F81FEA
Black with #F81FEA
Text Example
Text Example
White with #F81FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FEA; }
p { color: rgb(248,31,234); }
H1.HeaderClassName
{
color: #F81FEA;
}
.AnyTagClassName
{
color: #F81FEA;
}
</style>
background-color css
<style>
a { background-color: #F81FEA; }
a { background-color: rgb(248,31,234); }
div.DivClassName
{
background-color: #F81FEA;
}
.BgClassName
{
background-color: #F81FEA;
}
</style>
border-color css
<style>
span { border-color: #F81FEA; }
span { border-color: rgb(248,31,234); }
td.TdClassName
{
border-color: #F81FEA;
}
.TagClassName
{
border-color: #F81FEA;
}
</style>