Shades of Magenta #F526F6
Tints of Magenta #F526F6
RGB
CMYK
RGB Variations
Color information
#F526F6 (or 0xF526F6) is known color: Magenta. HEX triplet: F5, 26 and F6. RGB value is (245,38,246). Sum of RGB (Red+Green+Blue) = 245+38+246=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 38 (15.23% from 255 or 7.18% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #F526F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526F6 is #0AD909. Grayscale: #7A7A7A. Windows color (decimal): -710922 or 16131829. OLE color: 16131829.
HSL color Cylindrical-coordinate representation of color #F526F6: hue angle of 299.71º 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 #F526F6 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 246 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.04 |
| HSL | 299.71º | 0.92% | 0.56% | - |
| HSV(B) | 299.71º | 0.85% | 0.96% | - |
| XYZ | 54.98 | 27.45 | 89.59 | - |
| YUV | 123.61 | 197.08 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 246 | 0.00 | 0.85 | 0 | 0.04 | 299.71 | 0.92 | 0.56 |
| Hex | F5 | 26 | F6 | 0 | 55 | 0 | 4 | 12C | 5C | 38 |
| Octal | 365 | 46 | 366 | 0 | 125 | 0 | 4 | 454 | 134 | 70 |
| Binary | 11110101 | 100110 | 11110110 | 0 | 1010101 | 0 | 100 | 100101100 | 1011100 | 111000 |
Color Harmonies of #F526F6
Complementary color
Monochromatic Colors of #F526F6
Black with #F526F6
Text Example
Text Example
White with #F526F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F526F6; }
p { color: rgb(245,38,246); }
H1.HeaderClassName
{
color: #F526F6;
}
.AnyTagClassName
{
color: #F526F6;
}
</style>
background-color css
<style>
a { background-color: #F526F6; }
a { background-color: rgb(245,38,246); }
div.DivClassName
{
background-color: #F526F6;
}
.BgClassName
{
background-color: #F526F6;
}
</style>
border-color css
<style>
span { border-color: #F526F6; }
span { border-color: rgb(245,38,246); }
td.TdClassName
{
border-color: #F526F6;
}
.TagClassName
{
border-color: #F526F6;
}
</style>