Shades of Magenta #F120FA
Tints of Magenta #F120FA
RGB
CMYK
RGB Variations
Color information
#F120FA (or 0xF120FA) is known color: Magenta. HEX triplet: F1, 20 and FA. RGB value is (241,32,250). Sum of RGB (Red+Green+Blue) = 241+32+250=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F120FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120FA is #0EDF05. Grayscale: #767676. Windows color (decimal): -974598 or 16392433. OLE color: 16392433.
HSL color Cylindrical-coordinate representation of color #F120FA: hue angle of 297.52º degrees, saturation: 0.96, 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 #F120FA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 32 | 250 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.02 |
| HSL | 297.52º | 0.96% | 0.55% | - |
| HSV(B) | 297.52º | 0.87% | 0.98% | - |
| XYZ | 54.05 | 26.64 | 92.74 | - |
| YUV | 119.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 250 | 0.04 | 0.87 | 0 | 0.02 | 297.52 | 0.96 | 0.55 |
| Hex | F1 | 20 | FA | 4 | 57 | 0 | 2 | 12A | 60 | 37 |
| Octal | 361 | 40 | 372 | 4 | 127 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110001 | 100000 | 11111010 | 100 | 1010111 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F120FA
Complementary color
Monochromatic Colors of #F120FA
Black with #F120FA
Text Example
Text Example
White with #F120FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120FA; }
p { color: rgb(241,32,250); }
H1.HeaderClassName
{
color: #F120FA;
}
.AnyTagClassName
{
color: #F120FA;
}
</style>
background-color css
<style>
a { background-color: #F120FA; }
a { background-color: rgb(241,32,250); }
div.DivClassName
{
background-color: #F120FA;
}
.BgClassName
{
background-color: #F120FA;
}
</style>
border-color css
<style>
span { border-color: #F120FA; }
span { border-color: rgb(241,32,250); }
td.TdClassName
{
border-color: #F120FA;
}
.TagClassName
{
border-color: #F120FA;
}
</style>