Shades of Magenta #F71CEA
Tints of Magenta #F71CEA
RGB
CMYK
RGB Variations
Color information
#F71CEA (or 0xF71CEA) is known color: Magenta. HEX triplet: F7, 1C and EA. RGB value is (247,28,234). Sum of RGB (Red+Green+Blue) = 247+28+234=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CEA is #08E315. Grayscale: #747474. Windows color (decimal): -582422 or 15342839. OLE color: 15342839.
HSL color Cylindrical-coordinate representation of color #F71CEA: hue angle of 303.56º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71CEA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 234 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.03 |
| HSL | 303.56º | 0.93% | 0.54% | - |
| HSV(B) | 303.56º | 0.89% | 0.97% | - |
| XYZ | 53.62 | 26.55 | 80.14 | - |
| YUV | 116.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 234 | 0 | 0.89 | 0.05 | 0.03 | 303.56 | 0.93 | 0.54 |
| Hex | F7 | 1C | EA | 0 | 59 | 5 | 3 | 130 | 5D | 36 |
| Octal | 367 | 34 | 352 | 0 | 131 | 5 | 3 | 460 | 135 | 66 |
| Binary | 11110111 | 11100 | 11101010 | 0 | 1011001 | 101 | 11 | 100110000 | 1011101 | 110110 |
Color Harmonies of #F71CEA
Complementary color
Monochromatic Colors of #F71CEA
Black with #F71CEA
Text Example
Text Example
White with #F71CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CEA; }
p { color: rgb(247,28,234); }
H1.HeaderClassName
{
color: #F71CEA;
}
.AnyTagClassName
{
color: #F71CEA;
}
</style>
background-color css
<style>
a { background-color: #F71CEA; }
a { background-color: rgb(247,28,234); }
div.DivClassName
{
background-color: #F71CEA;
}
.BgClassName
{
background-color: #F71CEA;
}
</style>
border-color css
<style>
span { border-color: #F71CEA; }
span { border-color: rgb(247,28,234); }
td.TdClassName
{
border-color: #F71CEA;
}
.TagClassName
{
border-color: #F71CEA;
}
</style>