Shades of Magenta #F122F8
Tints of Magenta #F122F8
RGB
CMYK
RGB Variations
Color information
#F122F8 (or 0xF122F8) is known color: Magenta. HEX triplet: F1, 22 and F8. RGB value is (241,34,248). Sum of RGB (Red+Green+Blue) = 241+34+248=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 34 (13.67% from 255 or 6.50% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #F122F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F8 is #0EDD07. Grayscale: #777777. Windows color (decimal): -974088 or 16261873. OLE color: 16261873.
HSL color Cylindrical-coordinate representation of color #F122F8: hue angle of 298.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122F8 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 34 | 248 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.03 |
| HSL | 298.04º | 0.94% | 0.55% | - |
| HSV(B) | 298.04º | 0.86% | 0.97% | - |
| XYZ | 53.79 | 26.62 | 91.11 | - |
| YUV | 120.29 | 200.08 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 248 | 0.03 | 0.86 | 0 | 0.03 | 298.04 | 0.94 | 0.55 |
| Hex | F1 | 22 | F8 | 3 | 56 | 0 | 3 | 12A | 5E | 37 |
| Octal | 361 | 42 | 370 | 3 | 126 | 0 | 3 | 452 | 136 | 67 |
| Binary | 11110001 | 100010 | 11111000 | 11 | 1010110 | 0 | 11 | 100101010 | 1011110 | 110111 |
Color Harmonies of #F122F8
Complementary color
Monochromatic Colors of #F122F8
Black with #F122F8
Text Example
Text Example
White with #F122F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122F8; }
p { color: rgb(241,34,248); }
H1.HeaderClassName
{
color: #F122F8;
}
.AnyTagClassName
{
color: #F122F8;
}
</style>
background-color css
<style>
a { background-color: #F122F8; }
a { background-color: rgb(241,34,248); }
div.DivClassName
{
background-color: #F122F8;
}
.BgClassName
{
background-color: #F122F8;
}
</style>
border-color css
<style>
span { border-color: #F122F8; }
span { border-color: rgb(241,34,248); }
td.TdClassName
{
border-color: #F122F8;
}
.TagClassName
{
border-color: #F122F8;
}
</style>