Shades of Magenta #F51EFA
Tints of Magenta #F51EFA
RGB
CMYK
RGB Variations
Color information
#F51EFA (or 0xF51EFA) is known color: Magenta. HEX triplet: F5, 1E and FA. RGB value is (245,30,250). Sum of RGB (Red+Green+Blue) = 245+30+250=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 30 (12.11% from 255 or 5.71% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #F51EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EFA is #0AE105. Grayscale: #767676. Windows color (decimal): -712966 or 16391925. OLE color: 16391925.
HSL color Cylindrical-coordinate representation of color #F51EFA: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EFA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 30 | 250 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.02 |
| HSL | 298.64º | 0.96% | 0.55% | - |
| HSV(B) | 298.64º | 0.88% | 0.98% | - |
| XYZ | 55.38 | 27.24 | 92.78 | - |
| YUV | 119.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 250 | 0.02 | 0.88 | 0 | 0.02 | 298.64 | 0.96 | 0.55 |
| Hex | F5 | 1E | FA | 2 | 58 | 0 | 2 | 12B | 60 | 37 |
| Octal | 365 | 36 | 372 | 2 | 130 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11110101 | 11110 | 11111010 | 10 | 1011000 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F51EFA
Complementary color
Monochromatic Colors of #F51EFA
Black with #F51EFA
Text Example
Text Example
White with #F51EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EFA; }
p { color: rgb(245,30,250); }
H1.HeaderClassName
{
color: #F51EFA;
}
.AnyTagClassName
{
color: #F51EFA;
}
</style>
background-color css
<style>
a { background-color: #F51EFA; }
a { background-color: rgb(245,30,250); }
div.DivClassName
{
background-color: #F51EFA;
}
.BgClassName
{
background-color: #F51EFA;
}
</style>
border-color css
<style>
span { border-color: #F51EFA; }
span { border-color: rgb(245,30,250); }
td.TdClassName
{
border-color: #F51EFA;
}
.TagClassName
{
border-color: #F51EFA;
}
</style>