Shades of Magenta #F71CE7
Tints of Magenta #F71CE7
RGB
CMYK
RGB Variations
Color information
#F71CE7 (or 0xF71CE7) is known color: Magenta. HEX triplet: F7, 1C and E7. RGB value is (247,28,231). Sum of RGB (Red+Green+Blue) = 247+28+231=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CE7 is #08E318. Grayscale: #747474. Windows color (decimal): -582425 or 15146231. OLE color: 15146231.
HSL color Cylindrical-coordinate representation of color #F71CE7: hue angle of 304.38º 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 #F71CE7 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 231 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.03 |
| HSL | 304.38º | 0.93% | 0.54% | - |
| HSV(B) | 304.38º | 0.89% | 0.97% | - |
| XYZ | 53.2 | 26.37 | 77.89 | - |
| YUV | 116.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 231 | 0 | 0.89 | 0.06 | 0.03 | 304.38 | 0.93 | 0.54 |
| Hex | F7 | 1C | E7 | 0 | 59 | 6 | 3 | 130 | 5D | 36 |
| Octal | 367 | 34 | 347 | 0 | 131 | 6 | 3 | 460 | 135 | 66 |
| Binary | 11110111 | 11100 | 11100111 | 0 | 1011001 | 110 | 11 | 100110000 | 1011101 | 110110 |
Color Harmonies of #F71CE7
Complementary color
Monochromatic Colors of #F71CE7
Black with #F71CE7
Text Example
Text Example
White with #F71CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CE7; }
p { color: rgb(247,28,231); }
H1.HeaderClassName
{
color: #F71CE7;
}
.AnyTagClassName
{
color: #F71CE7;
}
</style>
background-color css
<style>
a { background-color: #F71CE7; }
a { background-color: rgb(247,28,231); }
div.DivClassName
{
background-color: #F71CE7;
}
.BgClassName
{
background-color: #F71CE7;
}
</style>
border-color css
<style>
span { border-color: #F71CE7; }
span { border-color: rgb(247,28,231); }
td.TdClassName
{
border-color: #F71CE7;
}
.TagClassName
{
border-color: #F71CE7;
}
</style>