Shades of Magenta #F320F0
Tints of Magenta #F320F0
RGB
CMYK
RGB Variations
Color information
#F320F0 (or 0xF320F0) is known color: Magenta. HEX triplet: F3, 20 and F0. RGB value is (243,32,240). Sum of RGB (Red+Green+Blue) = 243+32+240=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F320F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320F0 is #0CDF0F. Grayscale: #767676. Windows color (decimal): -843536 or 15737075. OLE color: 15737075.
HSL color Cylindrical-coordinate representation of color #F320F0: hue angle of 300.85º 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 #F320F0 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 240 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.05 |
| HSL | 300.85º | 0.9% | 0.54% | - |
| HSV(B) | 300.85º | 0.87% | 0.95% | - |
| XYZ | 53.21 | 26.38 | 84.73 | - |
| YUV | 118.8 | 196.4 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 240 | 0 | 0.87 | 0.01 | 0.05 | 300.85 | 0.9 | 0.54 |
| Hex | F3 | 20 | F0 | 0 | 57 | 1 | 5 | 12D | 5A | 36 |
| Octal | 363 | 40 | 360 | 0 | 127 | 1 | 5 | 455 | 132 | 66 |
| Binary | 11110011 | 100000 | 11110000 | 0 | 1010111 | 1 | 101 | 100101101 | 1011010 | 110110 |
Color Harmonies of #F320F0
Complementary color
Monochromatic Colors of #F320F0
Black with #F320F0
Text Example
Text Example
White with #F320F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320F0; }
p { color: rgb(243,32,240); }
H1.HeaderClassName
{
color: #F320F0;
}
.AnyTagClassName
{
color: #F320F0;
}
</style>
background-color css
<style>
a { background-color: #F320F0; }
a { background-color: rgb(243,32,240); }
div.DivClassName
{
background-color: #F320F0;
}
.BgClassName
{
background-color: #F320F0;
}
</style>
border-color css
<style>
span { border-color: #F320F0; }
span { border-color: rgb(243,32,240); }
td.TdClassName
{
border-color: #F320F0;
}
.TagClassName
{
border-color: #F320F0;
}
</style>