Shades of Magenta #F120FE
Tints of Magenta #F120FE
RGB
CMYK
RGB Variations
Color information
#F120FE (or 0xF120FE) is known color: Magenta. HEX triplet: F1, 20 and FE. RGB value is (241,32,254). Sum of RGB (Red+Green+Blue) = 241+32+254=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 32 (12.89% from 255 or 6.07% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F120FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120FE is #0EDF01. Grayscale: #777777. Windows color (decimal): -974594 or 16654577. OLE color: 16654577.
HSL color Cylindrical-coordinate representation of color #F120FE: hue angle of 296.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120FE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 32 | 254 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.00 |
| HSL | 296.49º | 0.99% | 0.56% | - |
| HSV(B) | 296.49º | 0.87% | 1% | - |
| XYZ | 54.68 | 26.89 | 96.07 | - |
| YUV | 119.8 | 203.74 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 254 | 0.05 | 0.87 | 0 | 0.00 | 296.49 | 0.99 | 0.56 |
| Hex | F1 | 20 | FE | 5 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 361 | 40 | 376 | 5 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11110001 | 100000 | 11111110 | 101 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #F120FE
Complementary color
Monochromatic Colors of #F120FE
Black with #F120FE
Text Example
Text Example
White with #F120FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120FE; }
p { color: rgb(241,32,254); }
H1.HeaderClassName
{
color: #F120FE;
}
.AnyTagClassName
{
color: #F120FE;
}
</style>
background-color css
<style>
a { background-color: #F120FE; }
a { background-color: rgb(241,32,254); }
div.DivClassName
{
background-color: #F120FE;
}
.BgClassName
{
background-color: #F120FE;
}
</style>
border-color css
<style>
span { border-color: #F120FE; }
span { border-color: rgb(241,32,254); }
td.TdClassName
{
border-color: #F120FE;
}
.TagClassName
{
border-color: #F120FE;
}
</style>