Shades of Magenta #F812ED
Tints of Magenta #F812ED
RGB
CMYK
RGB Variations
Color information
#F812ED (or 0xF812ED) is known color: Magenta. HEX triplet: F8, 12 and ED. RGB value is (248,18,237). Sum of RGB (Red+Green+Blue) = 248+18+237=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F812ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F812ED is #07ED12. Grayscale: #6F6F6F. Windows color (decimal): -519443 or 15536888. OLE color: 15536888.
HSL color Cylindrical-coordinate representation of color #F812ED: hue angle of 302.87º 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 #F812ED is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.03 |
| HSL | 302.87º | 0.94% | 0.52% | - |
| HSV(B) | 302.87º | 0.93% | 0.97% | - |
| XYZ | 54.21 | 26.5 | 82.38 | - |
| YUV | 111.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 237 | 0 | 0.93 | 0.04 | 0.03 | 302.87 | 0.94 | 0.52 |
| Hex | F8 | 12 | ED | 0 | 5D | 4 | 3 | 12F | 5E | 34 |
| Octal | 370 | 22 | 355 | 0 | 135 | 4 | 3 | 457 | 136 | 64 |
| Binary | 11111000 | 10010 | 11101101 | 0 | 1011101 | 100 | 11 | 100101111 | 1011110 | 110100 |
Color Harmonies of #F812ED
Complementary color
Monochromatic Colors of #F812ED
Black with #F812ED
Text Example
Text Example
White with #F812ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812ED; }
p { color: rgb(248,18,237); }
H1.HeaderClassName
{
color: #F812ED;
}
.AnyTagClassName
{
color: #F812ED;
}
</style>
background-color css
<style>
a { background-color: #F812ED; }
a { background-color: rgb(248,18,237); }
div.DivClassName
{
background-color: #F812ED;
}
.BgClassName
{
background-color: #F812ED;
}
</style>
border-color css
<style>
span { border-color: #F812ED; }
span { border-color: rgb(248,18,237); }
td.TdClassName
{
border-color: #F812ED;
}
.TagClassName
{
border-color: #F812ED;
}
</style>