Shades of Magenta #F321ED
Tints of Magenta #F321ED
RGB
CMYK
RGB Variations
Color information
#F321ED (or 0xF321ED) is known color: Magenta. HEX triplet: F3, 21 and ED. RGB value is (243,33,237). Sum of RGB (Red+Green+Blue) = 243+33+237=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F321ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321ED is #0CDE12. Grayscale: #767676. Windows color (decimal): -843283 or 15540723. OLE color: 15540723.
HSL color Cylindrical-coordinate representation of color #F321ED: hue angle of 301.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321ED is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 237 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.71º | 0.9% | 0.54% | - |
| HSV(B) | 301.71º | 0.86% | 0.95% | - |
| XYZ | 52.79 | 26.26 | 82.41 | - |
| YUV | 119.05 | 194.57 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 237 | 0 | 0.86 | 0.02 | 0.05 | 301.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | ED | 0 | 56 | 2 | 5 | 12E | 5A | 36 |
| Octal | 363 | 41 | 355 | 0 | 126 | 2 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 100001 | 11101101 | 0 | 1010110 | 10 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F321ED
Complementary color
Monochromatic Colors of #F321ED
Black with #F321ED
Text Example
Text Example
White with #F321ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321ED; }
p { color: rgb(243,33,237); }
H1.HeaderClassName
{
color: #F321ED;
}
.AnyTagClassName
{
color: #F321ED;
}
</style>
background-color css
<style>
a { background-color: #F321ED; }
a { background-color: rgb(243,33,237); }
div.DivClassName
{
background-color: #F321ED;
}
.BgClassName
{
background-color: #F321ED;
}
</style>
border-color css
<style>
span { border-color: #F321ED; }
span { border-color: rgb(243,33,237); }
td.TdClassName
{
border-color: #F321ED;
}
.TagClassName
{
border-color: #F321ED;
}
</style>