Shades of Magenta #F926F3
Tints of Magenta #F926F3
RGB
CMYK
RGB Variations
Color information
#F926F3 (or 0xF926F3) is known color: Magenta. HEX triplet: F9, 26 and F3. RGB value is (249,38,243). Sum of RGB (Red+Green+Blue) = 249+38+243=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 38 (15.23% from 255 or 7.17% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F926F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F926F3 is #06D90C. Grayscale: #7B7B7B. Windows color (decimal): -448781 or 15935225. OLE color: 15935225.
HSL color Cylindrical-coordinate representation of color #F926F3: hue angle of 301.71º 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 #F926F3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 243 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.02 |
| HSL | 301.71º | 0.95% | 0.56% | - |
| HSV(B) | 301.71º | 0.85% | 0.98% | - |
| XYZ | 55.94 | 28 | 87.25 | - |
| YUV | 124.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 243 | 0 | 0.85 | 0.02 | 0.02 | 301.71 | 0.95 | 0.56 |
| Hex | F9 | 26 | F3 | 0 | 55 | 2 | 2 | 12E | 5F | 38 |
| Octal | 371 | 46 | 363 | 0 | 125 | 2 | 2 | 456 | 137 | 70 |
| Binary | 11111001 | 100110 | 11110011 | 0 | 1010101 | 10 | 10 | 100101110 | 1011111 | 111000 |
Color Harmonies of #F926F3
Complementary color
Monochromatic Colors of #F926F3
Black with #F926F3
Text Example
Text Example
White with #F926F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926F3; }
p { color: rgb(249,38,243); }
H1.HeaderClassName
{
color: #F926F3;
}
.AnyTagClassName
{
color: #F926F3;
}
</style>
background-color css
<style>
a { background-color: #F926F3; }
a { background-color: rgb(249,38,243); }
div.DivClassName
{
background-color: #F926F3;
}
.BgClassName
{
background-color: #F926F3;
}
</style>
border-color css
<style>
span { border-color: #F926F3; }
span { border-color: rgb(249,38,243); }
td.TdClassName
{
border-color: #F926F3;
}
.TagClassName
{
border-color: #F926F3;
}
</style>