Shades of Magenta #F813EC
Tints of Magenta #F813EC
RGB
CMYK
RGB Variations
Color information
#F813EC (or 0xF813EC) is known color: Magenta. HEX triplet: F8, 13 and EC. RGB value is (248,19,236). Sum of RGB (Red+Green+Blue) = 248+19+236=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 19 (7.81% from 255 or 3.78% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F813EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F813EC is #07EC13. Grayscale: #6F6F6F. Windows color (decimal): -519188 or 15471608. OLE color: 15471608.
HSL color Cylindrical-coordinate representation of color #F813EC: hue angle of 303.14º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813EC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.03 |
| HSL | 303.14º | 0.94% | 0.52% | - |
| HSV(B) | 303.14º | 0.92% | 0.97% | - |
| XYZ | 54.08 | 26.48 | 81.62 | - |
| YUV | 112.21 | 197.87 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 236 | 0 | 0.92 | 0.05 | 0.03 | 303.14 | 0.94 | 0.52 |
| Hex | F8 | 13 | EC | 0 | 5C | 5 | 3 | 12F | 5E | 34 |
| Octal | 370 | 23 | 354 | 0 | 134 | 5 | 3 | 457 | 136 | 64 |
| Binary | 11111000 | 10011 | 11101100 | 0 | 1011100 | 101 | 11 | 100101111 | 1011110 | 110100 |
Color Harmonies of #F813EC
Complementary color
Monochromatic Colors of #F813EC
Black with #F813EC
Text Example
Text Example
White with #F813EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F813EC; }
p { color: rgb(248,19,236); }
H1.HeaderClassName
{
color: #F813EC;
}
.AnyTagClassName
{
color: #F813EC;
}
</style>
background-color css
<style>
a { background-color: #F813EC; }
a { background-color: rgb(248,19,236); }
div.DivClassName
{
background-color: #F813EC;
}
.BgClassName
{
background-color: #F813EC;
}
</style>
border-color css
<style>
span { border-color: #F813EC; }
span { border-color: rgb(248,19,236); }
td.TdClassName
{
border-color: #F813EC;
}
.TagClassName
{
border-color: #F813EC;
}
</style>