Shades of Magenta #F926F0
Tints of Magenta #F926F0
RGB
CMYK
RGB Variations
Color information
#F926F0 (or 0xF926F0) is known color: Magenta. HEX triplet: F9, 26 and F0. RGB value is (249,38,240). Sum of RGB (Red+Green+Blue) = 249+38+240=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F926F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F926F0 is #06D90F. Grayscale: #7B7B7B. Windows color (decimal): -448784 or 15738617. OLE color: 15738617.
HSL color Cylindrical-coordinate representation of color #F926F0: hue angle of 302.56º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F926F0 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 240 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.02 |
| HSL | 302.56º | 0.95% | 0.56% | - |
| HSV(B) | 302.56º | 0.85% | 0.98% | - |
| XYZ | 55.49 | 27.82 | 84.88 | - |
| YUV | 124.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 240 | 0 | 0.85 | 0.04 | 0.02 | 302.56 | 0.95 | 0.56 |
| Hex | F9 | 26 | F0 | 0 | 55 | 4 | 2 | 12F | 5F | 38 |
| Octal | 371 | 46 | 360 | 0 | 125 | 4 | 2 | 457 | 137 | 70 |
| Binary | 11111001 | 100110 | 11110000 | 0 | 1010101 | 100 | 10 | 100101111 | 1011111 | 111000 |
Color Harmonies of #F926F0
Complementary color
Monochromatic Colors of #F926F0
Black with #F926F0
Text Example
Text Example
White with #F926F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926F0; }
p { color: rgb(249,38,240); }
H1.HeaderClassName
{
color: #F926F0;
}
.AnyTagClassName
{
color: #F926F0;
}
</style>
background-color css
<style>
a { background-color: #F926F0; }
a { background-color: rgb(249,38,240); }
div.DivClassName
{
background-color: #F926F0;
}
.BgClassName
{
background-color: #F926F0;
}
</style>
border-color css
<style>
span { border-color: #F926F0; }
span { border-color: rgb(249,38,240); }
td.TdClassName
{
border-color: #F926F0;
}
.TagClassName
{
border-color: #F926F0;
}
</style>