Shades of Magenta #F521F7
Tints of Magenta #F521F7
RGB
CMYK
RGB Variations
Color information
#F521F7 (or 0xF521F7) is known color: Magenta. HEX triplet: F5, 21 and F7. RGB value is (245,33,247). Sum of RGB (Red+Green+Blue) = 245+33+247=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #F521F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521F7 is #0ADE08. Grayscale: #787878. Windows color (decimal): -712201 or 16196085. OLE color: 16196085.
HSL color Cylindrical-coordinate representation of color #F521F7: hue angle of 299.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521F7 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 33 | 247 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.03 |
| HSL | 299.44º | 0.93% | 0.55% | - |
| HSV(B) | 299.44º | 0.87% | 0.97% | - |
| XYZ | 54.99 | 27.22 | 90.35 | - |
| YUV | 120.78 | 199.24 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 247 | 0.01 | 0.87 | 0 | 0.03 | 299.44 | 0.93 | 0.55 |
| Hex | F5 | 21 | F7 | 1 | 57 | 0 | 3 | 12B | 5D | 37 |
| Octal | 365 | 41 | 367 | 1 | 127 | 0 | 3 | 453 | 135 | 67 |
| Binary | 11110101 | 100001 | 11110111 | 1 | 1010111 | 0 | 11 | 100101011 | 1011101 | 110111 |
Color Harmonies of #F521F7
Complementary color
Monochromatic Colors of #F521F7
Black with #F521F7
Text Example
Text Example
White with #F521F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521F7; }
p { color: rgb(245,33,247); }
H1.HeaderClassName
{
color: #F521F7;
}
.AnyTagClassName
{
color: #F521F7;
}
</style>
background-color css
<style>
a { background-color: #F521F7; }
a { background-color: rgb(245,33,247); }
div.DivClassName
{
background-color: #F521F7;
}
.BgClassName
{
background-color: #F521F7;
}
</style>
border-color css
<style>
span { border-color: #F521F7; }
span { border-color: rgb(245,33,247); }
td.TdClassName
{
border-color: #F521F7;
}
.TagClassName
{
border-color: #F521F7;
}
</style>