Shades of Magenta #F51EFD
Tints of Magenta #F51EFD
RGB
CMYK
RGB Variations
Color information
#F51EFD (or 0xF51EFD) is known color: Magenta. HEX triplet: F5, 1E and FD. RGB value is (245,30,253). Sum of RGB (Red+Green+Blue) = 245+30+253=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #F51EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EFD is #0AE102. Grayscale: #777777. Windows color (decimal): -712963 or 16588533. OLE color: 16588533.
HSL color Cylindrical-coordinate representation of color #F51EFD: hue angle of 297.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EFD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 30 | 253 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.01 |
| HSL | 297.85º | 0.98% | 0.55% | - |
| HSV(B) | 297.85º | 0.88% | 0.99% | - |
| XYZ | 55.85 | 27.43 | 95.28 | - |
| YUV | 119.71 | 203.23 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 253 | 0.03 | 0.88 | 0 | 0.01 | 297.85 | 0.98 | 0.55 |
| Hex | F5 | 1E | FD | 3 | 58 | 0 | 1 | 12A | 62 | 37 |
| Octal | 365 | 36 | 375 | 3 | 130 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110101 | 11110 | 11111101 | 11 | 1011000 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F51EFD
Complementary color
Monochromatic Colors of #F51EFD
Black with #F51EFD
Text Example
Text Example
White with #F51EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EFD; }
p { color: rgb(245,30,253); }
H1.HeaderClassName
{
color: #F51EFD;
}
.AnyTagClassName
{
color: #F51EFD;
}
</style>
background-color css
<style>
a { background-color: #F51EFD; }
a { background-color: rgb(245,30,253); }
div.DivClassName
{
background-color: #F51EFD;
}
.BgClassName
{
background-color: #F51EFD;
}
</style>
border-color css
<style>
span { border-color: #F51EFD; }
span { border-color: rgb(245,30,253); }
td.TdClassName
{
border-color: #F51EFD;
}
.TagClassName
{
border-color: #F51EFD;
}
</style>