Shades of Magenta #F314EE
Tints of Magenta #F314EE
RGB
CMYK
RGB Variations
Color information
#F314EE (or 0xF314EE) is known color: Magenta. HEX triplet: F3, 14 and EE. RGB value is (243,20,238). Sum of RGB (Red+Green+Blue) = 243+20+238=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F314EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314EE is #0CEB11. Grayscale: #6E6E6E. Windows color (decimal): -846610 or 15602931. OLE color: 15602931.
HSL color Cylindrical-coordinate representation of color #F314EE: hue angle of 301.35º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314EE is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 238 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.35º | 0.9% | 0.52% | - |
| HSV(B) | 301.35º | 0.92% | 0.95% | - |
| XYZ | 52.64 | 25.73 | 83.08 | - |
| YUV | 111.53 | 199.38 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 238 | 0 | 0.92 | 0.02 | 0.05 | 301.35 | 0.9 | 0.52 |
| Hex | F3 | 14 | EE | 0 | 5C | 2 | 5 | 12D | 5A | 34 |
| Octal | 363 | 24 | 356 | 0 | 134 | 2 | 5 | 455 | 132 | 64 |
| Binary | 11110011 | 10100 | 11101110 | 0 | 1011100 | 10 | 101 | 100101101 | 1011010 | 110100 |
Color Harmonies of #F314EE
Complementary color
Monochromatic Colors of #F314EE
Black with #F314EE
Text Example
Text Example
White with #F314EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314EE; }
p { color: rgb(243,20,238); }
H1.HeaderClassName
{
color: #F314EE;
}
.AnyTagClassName
{
color: #F314EE;
}
</style>
background-color css
<style>
a { background-color: #F314EE; }
a { background-color: rgb(243,20,238); }
div.DivClassName
{
background-color: #F314EE;
}
.BgClassName
{
background-color: #F314EE;
}
</style>
border-color css
<style>
span { border-color: #F314EE; }
span { border-color: rgb(243,20,238); }
td.TdClassName
{
border-color: #F314EE;
}
.TagClassName
{
border-color: #F314EE;
}
</style>