Shades of Magenta #F518FD
Tints of Magenta #F518FD
RGB
CMYK
RGB Variations
Color information
#F518FD (or 0xF518FD) is known color: Magenta. HEX triplet: F5, 18 and FD. RGB value is (245,24,253). Sum of RGB (Red+Green+Blue) = 245+24+253=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 24 (9.77% from 255 or 4.60% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #F518FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F518FD is #0AE702. Grayscale: #737373. Windows color (decimal): -714499 or 16586997. OLE color: 16586997.
HSL color Cylindrical-coordinate representation of color #F518FD: hue angle of 297.9º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F518FD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 24 | 253 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.01 |
| HSL | 297.9º | 0.98% | 0.54% | - |
| HSV(B) | 297.9º | 0.91% | 0.99% | - |
| XYZ | 55.71 | 27.16 | 95.23 | - |
| YUV | 116.19 | 205.22 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 253 | 0.03 | 0.91 | 0 | 0.01 | 297.9 | 0.98 | 0.54 |
| Hex | F5 | 18 | FD | 3 | 5B | 0 | 1 | 12A | 62 | 36 |
| Octal | 365 | 30 | 375 | 3 | 133 | 0 | 1 | 452 | 142 | 66 |
| Binary | 11110101 | 11000 | 11111101 | 11 | 1011011 | 0 | 1 | 100101010 | 1100010 | 110110 |
Color Harmonies of #F518FD
Complementary color
Monochromatic Colors of #F518FD
Black with #F518FD
Text Example
Text Example
White with #F518FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518FD; }
p { color: rgb(245,24,253); }
H1.HeaderClassName
{
color: #F518FD;
}
.AnyTagClassName
{
color: #F518FD;
}
</style>
background-color css
<style>
a { background-color: #F518FD; }
a { background-color: rgb(245,24,253); }
div.DivClassName
{
background-color: #F518FD;
}
.BgClassName
{
background-color: #F518FD;
}
</style>
border-color css
<style>
span { border-color: #F518FD; }
span { border-color: rgb(245,24,253); }
td.TdClassName
{
border-color: #F518FD;
}
.TagClassName
{
border-color: #F518FD;
}
</style>