Shades of Magenta #F32EF9
Tints of Magenta #F32EF9
RGB
CMYK
RGB Variations
Color information
#F32EF9 (or 0xF32EF9) is known color: Magenta. HEX triplet: F3, 2E and F9. RGB value is (243,46,249). Sum of RGB (Red+Green+Blue) = 243+46+249=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 46 (18.36% from 255 or 8.55% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #F32EF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F32EF9 is #0CD106. Grayscale: #7F7F7F. Windows color (decimal): -839943 or 16330483. OLE color: 16330483.
HSL color Cylindrical-coordinate representation of color #F32EF9: hue angle of 298.23º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32EF9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 46 | 249 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.23º | 0.94% | 0.58% | - |
| HSV(B) | 298.23º | 0.82% | 0.98% | - |
| XYZ | 55.04 | 27.85 | 92.1 | - |
| YUV | 128.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 249 | 0.02 | 0.82 | 0 | 0.02 | 298.23 | 0.94 | 0.58 |
| Hex | F3 | 2E | F9 | 2 | 52 | 0 | 2 | 12A | 5E | 3A |
| Octal | 363 | 56 | 371 | 2 | 122 | 0 | 2 | 452 | 136 | 72 |
| Binary | 11110011 | 101110 | 11111001 | 10 | 1010010 | 0 | 10 | 100101010 | 1011110 | 111010 |
Color Harmonies of #F32EF9
Complementary color
Monochromatic Colors of #F32EF9
Black with #F32EF9
Text Example
Text Example
White with #F32EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32EF9; }
p { color: rgb(243,46,249); }
H1.HeaderClassName
{
color: #F32EF9;
}
.AnyTagClassName
{
color: #F32EF9;
}
</style>
background-color css
<style>
a { background-color: #F32EF9; }
a { background-color: rgb(243,46,249); }
div.DivClassName
{
background-color: #F32EF9;
}
.BgClassName
{
background-color: #F32EF9;
}
</style>
border-color css
<style>
span { border-color: #F32EF9; }
span { border-color: rgb(243,46,249); }
td.TdClassName
{
border-color: #F32EF9;
}
.TagClassName
{
border-color: #F32EF9;
}
</style>