Shades of Magenta #F500FD
Tints of Magenta #F500FD
RGB
CMYK
RGB Variations
Color information
#F500FD (or 0xF500FD) is known color: Magenta. HEX triplet: F5, 00 and FD. RGB value is (245,0,253). Sum of RGB (Red+Green+Blue) = 245+0+253=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #F500FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500FD is #0AFF02. Grayscale: #656565. Windows color (decimal): -720643 or 16580853. OLE color: 16580853.
HSL color Cylindrical-coordinate representation of color #F500FD: hue angle of 298.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500FD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 0 | 253 | - |
| CMYK | 0.03 | 1 | 0 | 0.01 |
| HSL | 298.1º | 1% | 0.5% | - |
| HSV(B) | 298.1º | 1% | 0.99% | - |
| XYZ | 55.39 | 26.5 | 95.13 | - |
| YUV | 102.1 | 213.17 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 253 | 0.03 | 1 | 0 | 0.01 | 298.1 | 1 | 0.5 |
| Hex | F5 | 0 | FD | 3 | 64 | 0 | 1 | 12A | 64 | 32 |
| Octal | 365 | 0 | 375 | 3 | 144 | 0 | 1 | 452 | 144 | 62 |
| Binary | 11110101 | 0 | 11111101 | 11 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F500FD
Complementary color
Monochromatic Colors of #F500FD
Black with #F500FD
Text Example
Text Example
White with #F500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500FD; }
p { color: rgb(245,0,253); }
H1.HeaderClassName
{
color: #F500FD;
}
.AnyTagClassName
{
color: #F500FD;
}
</style>
background-color css
<style>
a { background-color: #F500FD; }
a { background-color: rgb(245,0,253); }
div.DivClassName
{
background-color: #F500FD;
}
.BgClassName
{
background-color: #F500FD;
}
</style>
border-color css
<style>
span { border-color: #F500FD; }
span { border-color: rgb(245,0,253); }
td.TdClassName
{
border-color: #F500FD;
}
.TagClassName
{
border-color: #F500FD;
}
</style>