Shades of Magenta #F122FB
Tints of Magenta #F122FB
RGB
CMYK
RGB Variations
Color information
#F122FB (or 0xF122FB) is known color: Magenta. HEX triplet: F1, 22 and FB. RGB value is (241,34,251). Sum of RGB (Red+Green+Blue) = 241+34+251=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 34 (13.67% from 255 or 6.46% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #F122FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122FB is #0EDD04. Grayscale: #777777. Windows color (decimal): -974085 or 16458481. OLE color: 16458481.
HSL color Cylindrical-coordinate representation of color #F122FB: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122FB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 34 | 251 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.02 |
| HSL | 297.24º | 0.96% | 0.56% | - |
| HSV(B) | 297.24º | 0.86% | 0.98% | - |
| XYZ | 54.26 | 26.81 | 93.58 | - |
| YUV | 120.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 251 | 0.04 | 0.86 | 0 | 0.02 | 297.24 | 0.96 | 0.56 |
| Hex | F1 | 22 | FB | 4 | 56 | 0 | 2 | 129 | 60 | 38 |
| Octal | 361 | 42 | 373 | 4 | 126 | 0 | 2 | 451 | 140 | 70 |
| Binary | 11110001 | 100010 | 11111011 | 100 | 1010110 | 0 | 10 | 100101001 | 1100000 | 111000 |
Color Harmonies of #F122FB
Complementary color
Monochromatic Colors of #F122FB
Black with #F122FB
Text Example
Text Example
White with #F122FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122FB; }
p { color: rgb(241,34,251); }
H1.HeaderClassName
{
color: #F122FB;
}
.AnyTagClassName
{
color: #F122FB;
}
</style>
background-color css
<style>
a { background-color: #F122FB; }
a { background-color: rgb(241,34,251); }
div.DivClassName
{
background-color: #F122FB;
}
.BgClassName
{
background-color: #F122FB;
}
</style>
border-color css
<style>
span { border-color: #F122FB; }
span { border-color: rgb(241,34,251); }
td.TdClassName
{
border-color: #F122FB;
}
.TagClassName
{
border-color: #F122FB;
}
</style>