Shades of Magenta #F511FD
Tints of Magenta #F511FD
RGB
CMYK
RGB Variations
Color information
#F511FD (or 0xF511FD) is known color: Magenta. HEX triplet: F5, 11 and FD. RGB value is (245,17,253). Sum of RGB (Red+Green+Blue) = 245+17+253=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 17 (7.03% from 255 or 3.30% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #F511FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511FD is #0AEE02. Grayscale: #6F6F6F. Windows color (decimal): -716291 or 16585205. OLE color: 16585205.
HSL color Cylindrical-coordinate representation of color #F511FD: hue angle of 297.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511FD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 17 | 253 | - |
CMYK | 0.03 | 0.93 | 0 | 0.01 |
HSL | 297.97º | 0.98% | 0.53% | - |
HSV(B) | 297.97º | 0.93% | 0.99% | - |
XYZ | 55.59 | 26.91 | 95.19 | - |
YUV | 112.08 | 207.54 | 222.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 17 | 253 | 0.03 | 0.93 | 0 | 0.01 | 297.97 | 0.98 | 0.53 |
Hex | F5 | 11 | FD | 3 | 5D | 0 | 1 | 12A | 62 | 35 |
Octal | 365 | 21 | 375 | 3 | 135 | 0 | 1 | 452 | 142 | 65 |
Binary | 11110101 | 10001 | 11111101 | 11 | 1011101 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F511FD
Complementary color
Monochromatic Colors of #F511FD
Black with #F511FD
Text Example
Text Example
White with #F511FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511FD; }
p { color: rgb(245,17,253); }
H1.HeaderClassName
{
color: #F511FD;
}
.AnyTagClassName
{
color: #F511FD;
}
</style>
background-color css
<style>
a { background-color: #F511FD; }
a { background-color: rgb(245,17,253); }
div.DivClassName
{
background-color: #F511FD;
}
.BgClassName
{
background-color: #F511FD;
}
</style>
border-color css
<style>
span { border-color: #F511FD; }
span { border-color: rgb(245,17,253); }
td.TdClassName
{
border-color: #F511FD;
}
.TagClassName
{
border-color: #F511FD;
}
</style>