Shades of Magenta #F121FC
Tints of Magenta #F121FC
RGB
CMYK
RGB Variations
Color information
#F121FC (or 0xF121FC) is known color: Magenta. HEX triplet: F1, 21 and FC. RGB value is (241,33,252). Sum of RGB (Red+Green+Blue) = 241+33+252=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #F121FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121FC is #0EDE03. Grayscale: #777777. Windows color (decimal): -974340 or 16523761. OLE color: 16523761.
HSL color Cylindrical-coordinate representation of color #F121FC: hue angle of 296.99º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F121FC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 33 | 252 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.01 |
| HSL | 296.99º | 0.97% | 0.56% | - |
| HSV(B) | 296.99º | 0.87% | 0.99% | - |
| XYZ | 54.39 | 26.82 | 94.4 | - |
| YUV | 120.16 | 202.41 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 252 | 0.04 | 0.87 | 0 | 0.01 | 296.99 | 0.97 | 0.56 |
| Hex | F1 | 21 | FC | 4 | 57 | 0 | 1 | 129 | 61 | 38 |
| Octal | 361 | 41 | 374 | 4 | 127 | 0 | 1 | 451 | 141 | 70 |
| Binary | 11110001 | 100001 | 11111100 | 100 | 1010111 | 0 | 1 | 100101001 | 1100001 | 111000 |
Color Harmonies of #F121FC
Complementary color
Monochromatic Colors of #F121FC
Black with #F121FC
Text Example
Text Example
White with #F121FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121FC; }
p { color: rgb(241,33,252); }
H1.HeaderClassName
{
color: #F121FC;
}
.AnyTagClassName
{
color: #F121FC;
}
</style>
background-color css
<style>
a { background-color: #F121FC; }
a { background-color: rgb(241,33,252); }
div.DivClassName
{
background-color: #F121FC;
}
.BgClassName
{
background-color: #F121FC;
}
</style>
border-color css
<style>
span { border-color: #F121FC; }
span { border-color: rgb(241,33,252); }
td.TdClassName
{
border-color: #F121FC;
}
.TagClassName
{
border-color: #F121FC;
}
</style>