Shades of Magenta #F32AF9
Tints of Magenta #F32AF9
RGB
CMYK
RGB Variations
Color information
#F32AF9 (or 0xF32AF9) is known color: Magenta. HEX triplet: F3, 2A and F9. RGB value is (243,42,249). Sum of RGB (Red+Green+Blue) = 243+42+249=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 42 (16.80% from 255 or 7.87% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #F32AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F32AF9 is #0CD506. Grayscale: #7D7D7D. Windows color (decimal): -840967 or 16329459. OLE color: 16329459.
HSL color Cylindrical-coordinate representation of color #F32AF9: hue angle of 298.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32AF9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 42 | 249 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.02 |
| HSL | 298.26º | 0.95% | 0.57% | - |
| HSV(B) | 298.26º | 0.83% | 0.98% | - |
| XYZ | 54.89 | 27.55 | 92.05 | - |
| YUV | 125.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 249 | 0.02 | 0.83 | 0 | 0.02 | 298.26 | 0.95 | 0.57 |
| Hex | F3 | 2A | F9 | 2 | 53 | 0 | 2 | 12A | 5F | 39 |
| Octal | 363 | 52 | 371 | 2 | 123 | 0 | 2 | 452 | 137 | 71 |
| Binary | 11110011 | 101010 | 11111001 | 10 | 1010011 | 0 | 10 | 100101010 | 1011111 | 111001 |
Color Harmonies of #F32AF9
Complementary color
Monochromatic Colors of #F32AF9
Black with #F32AF9
Text Example
Text Example
White with #F32AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32AF9; }
p { color: rgb(243,42,249); }
H1.HeaderClassName
{
color: #F32AF9;
}
.AnyTagClassName
{
color: #F32AF9;
}
</style>
background-color css
<style>
a { background-color: #F32AF9; }
a { background-color: rgb(243,42,249); }
div.DivClassName
{
background-color: #F32AF9;
}
.BgClassName
{
background-color: #F32AF9;
}
</style>
border-color css
<style>
span { border-color: #F32AF9; }
span { border-color: rgb(243,42,249); }
td.TdClassName
{
border-color: #F32AF9;
}
.TagClassName
{
border-color: #F32AF9;
}
</style>