Shades of Magenta #F320F9
Tints of Magenta #F320F9
RGB
CMYK
RGB Variations
Color information
#F320F9 (or 0xF320F9) is known color: Magenta. HEX triplet: F3, 20 and F9. RGB value is (243,32,249). Sum of RGB (Red+Green+Blue) = 243+32+249=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #F320F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320F9 is #0CDF06. Grayscale: #777777. Windows color (decimal): -843527 or 16326899. OLE color: 16326899.
HSL color Cylindrical-coordinate representation of color #F320F9: hue angle of 298.34º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320F9 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 32 | 249 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.02 |
| HSL | 298.34º | 0.95% | 0.55% | - |
| HSV(B) | 298.34º | 0.87% | 0.98% | - |
| XYZ | 54.58 | 26.93 | 91.94 | - |
| YUV | 119.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 249 | 0.02 | 0.87 | 0 | 0.02 | 298.34 | 0.95 | 0.55 |
| Hex | F3 | 20 | F9 | 2 | 57 | 0 | 2 | 12A | 5F | 37 |
| Octal | 363 | 40 | 371 | 2 | 127 | 0 | 2 | 452 | 137 | 67 |
| Binary | 11110011 | 100000 | 11111001 | 10 | 1010111 | 0 | 10 | 100101010 | 1011111 | 110111 |
Color Harmonies of #F320F9
Complementary color
Monochromatic Colors of #F320F9
Black with #F320F9
Text Example
Text Example
White with #F320F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320F9; }
p { color: rgb(243,32,249); }
H1.HeaderClassName
{
color: #F320F9;
}
.AnyTagClassName
{
color: #F320F9;
}
</style>
background-color css
<style>
a { background-color: #F320F9; }
a { background-color: rgb(243,32,249); }
div.DivClassName
{
background-color: #F320F9;
}
.BgClassName
{
background-color: #F320F9;
}
</style>
border-color css
<style>
span { border-color: #F320F9; }
span { border-color: rgb(243,32,249); }
td.TdClassName
{
border-color: #F320F9;
}
.TagClassName
{
border-color: #F320F9;
}
</style>