Shades of Magenta #F321EB
Tints of Magenta #F321EB
RGB
CMYK
RGB Variations
Color information
#F321EB (or 0xF321EB) is known color: Magenta. HEX triplet: F3, 21 and EB. RGB value is (243,33,235). Sum of RGB (Red+Green+Blue) = 243+33+235=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F321EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321EB is #0CDE14. Grayscale: #767676. Windows color (decimal): -843285 or 15409651. OLE color: 15409651.
HSL color Cylindrical-coordinate representation of color #F321EB: hue angle of 302.29º 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 #F321EB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 235 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.05 |
| HSL | 302.29º | 0.9% | 0.54% | - |
| HSV(B) | 302.29º | 0.86% | 0.95% | - |
| XYZ | 52.5 | 26.14 | 80.88 | - |
| YUV | 118.82 | 193.57 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 235 | 0 | 0.86 | 0.03 | 0.05 | 302.29 | 0.9 | 0.54 |
| Hex | F3 | 21 | EB | 0 | 56 | 3 | 5 | 12E | 5A | 36 |
| Octal | 363 | 41 | 353 | 0 | 126 | 3 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 100001 | 11101011 | 0 | 1010110 | 11 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F321EB
Complementary color
Monochromatic Colors of #F321EB
Black with #F321EB
Text Example
Text Example
White with #F321EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321EB; }
p { color: rgb(243,33,235); }
H1.HeaderClassName
{
color: #F321EB;
}
.AnyTagClassName
{
color: #F321EB;
}
</style>
background-color css
<style>
a { background-color: #F321EB; }
a { background-color: rgb(243,33,235); }
div.DivClassName
{
background-color: #F321EB;
}
.BgClassName
{
background-color: #F321EB;
}
</style>
border-color css
<style>
span { border-color: #F321EB; }
span { border-color: rgb(243,33,235); }
td.TdClassName
{
border-color: #F321EB;
}
.TagClassName
{
border-color: #F321EB;
}
</style>