Shades of Magenta #F626F0
Tints of Magenta #F626F0
RGB
CMYK
RGB Variations
Color information
#F626F0 (or 0xF626F0) is known color: Magenta. HEX triplet: F6, 26 and F0. RGB value is (246,38,240). Sum of RGB (Red+Green+Blue) = 246+38+240=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 38 (15.23% from 255 or 7.25% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F626F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F626F0 is #09D90F. Grayscale: #7A7A7A. Windows color (decimal): -645392 or 15738614. OLE color: 15738614.
HSL color Cylindrical-coordinate representation of color #F626F0: hue angle of 301.73º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F626F0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 240 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.73º | 0.92% | 0.56% | - |
| HSV(B) | 301.73º | 0.85% | 0.96% | - |
| XYZ | 54.43 | 27.27 | 84.83 | - |
| YUV | 123.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 240 | 0 | 0.85 | 0.02 | 0.04 | 301.73 | 0.92 | 0.56 |
| Hex | F6 | 26 | F0 | 0 | 55 | 2 | 4 | 12E | 5C | 38 |
| Octal | 366 | 46 | 360 | 0 | 125 | 2 | 4 | 456 | 134 | 70 |
| Binary | 11110110 | 100110 | 11110000 | 0 | 1010101 | 10 | 100 | 100101110 | 1011100 | 111000 |
Color Harmonies of #F626F0
Complementary color
Monochromatic Colors of #F626F0
Black with #F626F0
Text Example
Text Example
White with #F626F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F626F0; }
p { color: rgb(246,38,240); }
H1.HeaderClassName
{
color: #F626F0;
}
.AnyTagClassName
{
color: #F626F0;
}
</style>
background-color css
<style>
a { background-color: #F626F0; }
a { background-color: rgb(246,38,240); }
div.DivClassName
{
background-color: #F626F0;
}
.BgClassName
{
background-color: #F626F0;
}
</style>
border-color css
<style>
span { border-color: #F626F0; }
span { border-color: rgb(246,38,240); }
td.TdClassName
{
border-color: #F626F0;
}
.TagClassName
{
border-color: #F626F0;
}
</style>