Shades of Magenta #F520FB
Tints of Magenta #F520FB
RGB
CMYK
RGB Variations
Color information
#F520FB (or 0xF520FB) is known color: Magenta. HEX triplet: F5, 20 and FB. RGB value is (245,32,251). Sum of RGB (Red+Green+Blue) = 245+32+251=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 32 (12.89% from 255 or 6.06% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #F520FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520FB is #0ADF04. Grayscale: #777777. Windows color (decimal): -712453 or 16457973. OLE color: 16457973.
HSL color Cylindrical-coordinate representation of color #F520FB: hue angle of 298.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520FB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 32 | 251 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.02 |
| HSL | 298.36º | 0.96% | 0.55% | - |
| HSV(B) | 298.36º | 0.87% | 0.98% | - |
| XYZ | 55.59 | 27.41 | 93.63 | - |
| YUV | 120.65 | 201.57 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 251 | 0.02 | 0.87 | 0 | 0.02 | 298.36 | 0.96 | 0.55 |
| Hex | F5 | 20 | FB | 2 | 57 | 0 | 2 | 12A | 60 | 37 |
| Octal | 365 | 40 | 373 | 2 | 127 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110101 | 100000 | 11111011 | 10 | 1010111 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F520FB
Complementary color
Monochromatic Colors of #F520FB
Black with #F520FB
Text Example
Text Example
White with #F520FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520FB; }
p { color: rgb(245,32,251); }
H1.HeaderClassName
{
color: #F520FB;
}
.AnyTagClassName
{
color: #F520FB;
}
</style>
background-color css
<style>
a { background-color: #F520FB; }
a { background-color: rgb(245,32,251); }
div.DivClassName
{
background-color: #F520FB;
}
.BgClassName
{
background-color: #F520FB;
}
</style>
border-color css
<style>
span { border-color: #F520FB; }
span { border-color: rgb(245,32,251); }
td.TdClassName
{
border-color: #F520FB;
}
.TagClassName
{
border-color: #F520FB;
}
</style>