Shades of Magenta #F315ED
Tints of Magenta #F315ED
RGB
CMYK
RGB Variations
Color information
#F315ED (or 0xF315ED) is known color: Magenta. HEX triplet: F3, 15 and ED. RGB value is (243,21,237). Sum of RGB (Red+Green+Blue) = 243+21+237=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F315ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315ED is #0CEA12. Grayscale: #6F6F6F. Windows color (decimal): -846355 or 15537651. OLE color: 15537651.
HSL color Cylindrical-coordinate representation of color #F315ED: hue angle of 301.62º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315ED is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 237 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.05 |
| HSL | 301.62º | 0.9% | 0.52% | - |
| HSV(B) | 301.62º | 0.91% | 0.95% | - |
| XYZ | 52.52 | 25.71 | 82.31 | - |
| YUV | 112 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 237 | 0 | 0.91 | 0.02 | 0.05 | 301.62 | 0.9 | 0.52 |
| Hex | F3 | 15 | ED | 0 | 5B | 2 | 5 | 12E | 5A | 34 |
| Octal | 363 | 25 | 355 | 0 | 133 | 2 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 10101 | 11101101 | 0 | 1011011 | 10 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F315ED
Complementary color
Monochromatic Colors of #F315ED
Black with #F315ED
Text Example
Text Example
White with #F315ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315ED; }
p { color: rgb(243,21,237); }
H1.HeaderClassName
{
color: #F315ED;
}
.AnyTagClassName
{
color: #F315ED;
}
</style>
background-color css
<style>
a { background-color: #F315ED; }
a { background-color: rgb(243,21,237); }
div.DivClassName
{
background-color: #F315ED;
}
.BgClassName
{
background-color: #F315ED;
}
</style>
border-color css
<style>
span { border-color: #F315ED; }
span { border-color: rgb(243,21,237); }
td.TdClassName
{
border-color: #F315ED;
}
.TagClassName
{
border-color: #F315ED;
}
</style>