Shades of Magenta #F323ED
Tints of Magenta #F323ED
RGB
CMYK
RGB Variations
Color information
#F323ED (or 0xF323ED) is known color: Magenta. HEX triplet: F3, 23 and ED. RGB value is (243,35,237). Sum of RGB (Red+Green+Blue) = 243+35+237=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 35 (14.06% from 255 or 6.80% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F323ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F323ED is #0CDC12. Grayscale: #777777. Windows color (decimal): -842771 or 15541235. OLE color: 15541235.
HSL color Cylindrical-coordinate representation of color #F323ED: hue angle of 301.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323ED is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 237 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.73º | 0.9% | 0.55% | - |
| HSV(B) | 301.73º | 0.86% | 0.95% | - |
| XYZ | 52.85 | 26.37 | 82.43 | - |
| YUV | 120.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 237 | 0 | 0.86 | 0.02 | 0.05 | 301.73 | 0.9 | 0.55 |
| Hex | F3 | 23 | ED | 0 | 56 | 2 | 5 | 12E | 5A | 37 |
| Octal | 363 | 43 | 355 | 0 | 126 | 2 | 5 | 456 | 132 | 67 |
| Binary | 11110011 | 100011 | 11101101 | 0 | 1010110 | 10 | 101 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F323ED
Complementary color
Monochromatic Colors of #F323ED
Black with #F323ED
Text Example
Text Example
White with #F323ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323ED; }
p { color: rgb(243,35,237); }
H1.HeaderClassName
{
color: #F323ED;
}
.AnyTagClassName
{
color: #F323ED;
}
</style>
background-color css
<style>
a { background-color: #F323ED; }
a { background-color: rgb(243,35,237); }
div.DivClassName
{
background-color: #F323ED;
}
.BgClassName
{
background-color: #F323ED;
}
</style>
border-color css
<style>
span { border-color: #F323ED; }
span { border-color: rgb(243,35,237); }
td.TdClassName
{
border-color: #F323ED;
}
.TagClassName
{
border-color: #F323ED;
}
</style>