Shades of Magenta #F32EFA
Tints of Magenta #F32EFA
RGB
CMYK
RGB Variations
Color information
#F32EFA (or 0xF32EFA) is known color: Magenta. HEX triplet: F3, 2E and FA. RGB value is (243,46,250). Sum of RGB (Red+Green+Blue) = 243+46+250=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 46 (18.36% from 255 or 8.53% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #F32EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F32EFA is #0CD105. Grayscale: #7F7F7F. Windows color (decimal): -839942 or 16396019. OLE color: 16396019.
HSL color Cylindrical-coordinate representation of color #F32EFA: hue angle of 297.94º degrees, saturation: 0.95, 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 #F32EFA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 46 | 250 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.02 |
| HSL | 297.94º | 0.95% | 0.58% | - |
| HSV(B) | 297.94º | 0.82% | 0.98% | - |
| XYZ | 55.19 | 27.91 | 92.92 | - |
| YUV | 128.16 | 196.77 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 250 | 0.03 | 0.82 | 0 | 0.02 | 297.94 | 0.95 | 0.58 |
| Hex | F3 | 2E | FA | 3 | 52 | 0 | 2 | 12A | 5F | 3A |
| Octal | 363 | 56 | 372 | 3 | 122 | 0 | 2 | 452 | 137 | 72 |
| Binary | 11110011 | 101110 | 11111010 | 11 | 1010010 | 0 | 10 | 100101010 | 1011111 | 111010 |
Color Harmonies of #F32EFA
Complementary color
Monochromatic Colors of #F32EFA
Black with #F32EFA
Text Example
Text Example
White with #F32EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32EFA; }
p { color: rgb(243,46,250); }
H1.HeaderClassName
{
color: #F32EFA;
}
.AnyTagClassName
{
color: #F32EFA;
}
</style>
background-color css
<style>
a { background-color: #F32EFA; }
a { background-color: rgb(243,46,250); }
div.DivClassName
{
background-color: #F32EFA;
}
.BgClassName
{
background-color: #F32EFA;
}
</style>
border-color css
<style>
span { border-color: #F32EFA; }
span { border-color: rgb(243,46,250); }
td.TdClassName
{
border-color: #F32EFA;
}
.TagClassName
{
border-color: #F32EFA;
}
</style>