Shades of Magenta #F32CF9
Tints of Magenta #F32CF9
RGB
CMYK
RGB Variations
Color information
#F32CF9 (or 0xF32CF9) is known color: Magenta. HEX triplet: F3, 2C and F9. RGB value is (243,44,249). Sum of RGB (Red+Green+Blue) = 243+44+249=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #F32CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F32CF9 is #0CD306. Grayscale: #7E7E7E. Windows color (decimal): -840455 or 16329971. OLE color: 16329971.
HSL color Cylindrical-coordinate representation of color #F32CF9: hue angle of 298.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32CF9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 44 | 249 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.24º | 0.94% | 0.57% | - |
| HSV(B) | 298.24º | 0.82% | 0.98% | - |
| XYZ | 54.96 | 27.7 | 92.07 | - |
| YUV | 126.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 249 | 0.02 | 0.82 | 0 | 0.02 | 298.24 | 0.94 | 0.57 |
| Hex | F3 | 2C | F9 | 2 | 52 | 0 | 2 | 12A | 5E | 39 |
| Octal | 363 | 54 | 371 | 2 | 122 | 0 | 2 | 452 | 136 | 71 |
| Binary | 11110011 | 101100 | 11111001 | 10 | 1010010 | 0 | 10 | 100101010 | 1011110 | 111001 |
Color Harmonies of #F32CF9
Complementary color
Monochromatic Colors of #F32CF9
Black with #F32CF9
Text Example
Text Example
White with #F32CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CF9; }
p { color: rgb(243,44,249); }
H1.HeaderClassName
{
color: #F32CF9;
}
.AnyTagClassName
{
color: #F32CF9;
}
</style>
background-color css
<style>
a { background-color: #F32CF9; }
a { background-color: rgb(243,44,249); }
div.DivClassName
{
background-color: #F32CF9;
}
.BgClassName
{
background-color: #F32CF9;
}
</style>
border-color css
<style>
span { border-color: #F32CF9; }
span { border-color: rgb(243,44,249); }
td.TdClassName
{
border-color: #F32CF9;
}
.TagClassName
{
border-color: #F32CF9;
}
</style>