Shades of Magenta #F50FFD
Tints of Magenta #F50FFD
RGB
CMYK
RGB Variations
Color information
#F50FFD (or 0xF50FFD) is known color: Magenta. HEX triplet: F5, 0F and FD. RGB value is (245,15,253). Sum of RGB (Red+Green+Blue) = 245+15+253=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 15 (6.25% from 255 or 2.92% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #F50FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50FFD is #0AF002. Grayscale: #6E6E6E. Windows color (decimal): -716803 or 16584693. OLE color: 16584693.
HSL color Cylindrical-coordinate representation of color #F50FFD: hue angle of 297.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FFD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 15 | 253 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.01 |
| HSL | 297.98º | 0.98% | 0.53% | - |
| HSV(B) | 297.98º | 0.94% | 0.99% | - |
| XYZ | 55.56 | 26.85 | 95.18 | - |
| YUV | 110.9 | 208.2 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 253 | 0.03 | 0.94 | 0 | 0.01 | 297.98 | 0.98 | 0.53 |
| Hex | F5 | F | FD | 3 | 5E | 0 | 1 | 12A | 62 | 35 |
| Octal | 365 | 17 | 375 | 3 | 136 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110101 | 1111 | 11111101 | 11 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F50FFD
Complementary color
Monochromatic Colors of #F50FFD
Black with #F50FFD
Text Example
Text Example
White with #F50FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FFD; }
p { color: rgb(245,15,253); }
H1.HeaderClassName
{
color: #F50FFD;
}
.AnyTagClassName
{
color: #F50FFD;
}
</style>
background-color css
<style>
a { background-color: #F50FFD; }
a { background-color: rgb(245,15,253); }
div.DivClassName
{
background-color: #F50FFD;
}
.BgClassName
{
background-color: #F50FFD;
}
</style>
border-color css
<style>
span { border-color: #F50FFD; }
span { border-color: rgb(245,15,253); }
td.TdClassName
{
border-color: #F50FFD;
}
.TagClassName
{
border-color: #F50FFD;
}
</style>