Shades of Magenta #F320EE
Tints of Magenta #F320EE
RGB
CMYK
RGB Variations
Color information
#F320EE (or 0xF320EE) is known color: Magenta. HEX triplet: F3, 20 and EE. RGB value is (243,32,238). Sum of RGB (Red+Green+Blue) = 243+32+238=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F320EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320EE is #0CDF11. Grayscale: #757575. Windows color (decimal): -843538 or 15606003. OLE color: 15606003.
HSL color Cylindrical-coordinate representation of color #F320EE: hue angle of 301.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320EE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.05 |
| HSL | 301.42º | 0.9% | 0.54% | - |
| HSV(B) | 301.42º | 0.87% | 0.95% | - |
| XYZ | 52.91 | 26.26 | 83.17 | - |
| YUV | 118.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 238 | 0 | 0.87 | 0.02 | 0.05 | 301.42 | 0.9 | 0.54 |
| Hex | F3 | 20 | EE | 0 | 57 | 2 | 5 | 12D | 5A | 36 |
| Octal | 363 | 40 | 356 | 0 | 127 | 2 | 5 | 455 | 132 | 66 |
| Binary | 11110011 | 100000 | 11101110 | 0 | 1010111 | 10 | 101 | 100101101 | 1011010 | 110110 |
Color Harmonies of #F320EE
Complementary color
Monochromatic Colors of #F320EE
Black with #F320EE
Text Example
Text Example
White with #F320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320EE; }
p { color: rgb(243,32,238); }
H1.HeaderClassName
{
color: #F320EE;
}
.AnyTagClassName
{
color: #F320EE;
}
</style>
background-color css
<style>
a { background-color: #F320EE; }
a { background-color: rgb(243,32,238); }
div.DivClassName
{
background-color: #F320EE;
}
.BgClassName
{
background-color: #F320EE;
}
</style>
border-color css
<style>
span { border-color: #F320EE; }
span { border-color: rgb(243,32,238); }
td.TdClassName
{
border-color: #F320EE;
}
.TagClassName
{
border-color: #F320EE;
}
</style>