Shades of Magenta #F815EA
Tints of Magenta #F815EA
RGB
CMYK
RGB Variations
Color information
#F815EA (or 0xF815EA) is known color: Magenta. HEX triplet: F8, 15 and EA. RGB value is (248,21,234). Sum of RGB (Red+Green+Blue) = 248+21+234=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F815EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815EA is #07EA15. Grayscale: #707070. Windows color (decimal): -518678 or 15341048. OLE color: 15341048.
HSL color Cylindrical-coordinate representation of color #F815EA: hue angle of 303.7º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815EA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 234 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.03 |
| HSL | 303.7º | 0.94% | 0.53% | - |
| HSV(B) | 303.7º | 0.92% | 0.97% | - |
| XYZ | 53.83 | 26.43 | 80.11 | - |
| YUV | 113.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 234 | 0 | 0.92 | 0.06 | 0.03 | 303.7 | 0.94 | 0.53 |
| Hex | F8 | 15 | EA | 0 | 5C | 6 | 3 | 130 | 5E | 35 |
| Octal | 370 | 25 | 352 | 0 | 134 | 6 | 3 | 460 | 136 | 65 |
| Binary | 11111000 | 10101 | 11101010 | 0 | 1011100 | 110 | 11 | 100110000 | 1011110 | 110101 |
Color Harmonies of #F815EA
Complementary color
Monochromatic Colors of #F815EA
Black with #F815EA
Text Example
Text Example
White with #F815EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F815EA; }
p { color: rgb(248,21,234); }
H1.HeaderClassName
{
color: #F815EA;
}
.AnyTagClassName
{
color: #F815EA;
}
</style>
background-color css
<style>
a { background-color: #F815EA; }
a { background-color: rgb(248,21,234); }
div.DivClassName
{
background-color: #F815EA;
}
.BgClassName
{
background-color: #F815EA;
}
</style>
border-color css
<style>
span { border-color: #F815EA; }
span { border-color: rgb(248,21,234); }
td.TdClassName
{
border-color: #F815EA;
}
.TagClassName
{
border-color: #F815EA;
}
</style>