Shades of Magenta #F71DF5
Tints of Magenta #F71DF5
RGB
CMYK
RGB Variations
Color information
#F71DF5 (or 0xF71DF5) is known color: Magenta. HEX triplet: F7, 1D and F5. RGB value is (247,29,245). Sum of RGB (Red+Green+Blue) = 247+29+245=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DF5 is #08E20A. Grayscale: #767676. Windows color (decimal): -582155 or 16063991. OLE color: 16063991.
HSL color Cylindrical-coordinate representation of color #F71DF5: hue angle of 300.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DF5 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 245 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.03 |
| HSL | 300.55º | 0.93% | 0.54% | - |
| HSV(B) | 300.55º | 0.88% | 0.97% | - |
| XYZ | 55.28 | 27.25 | 88.73 | - |
| YUV | 118.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 245 | 0 | 0.88 | 0.01 | 0.03 | 300.55 | 0.93 | 0.54 |
| Hex | F7 | 1D | F5 | 0 | 58 | 1 | 3 | 12D | 5D | 36 |
| Octal | 367 | 35 | 365 | 0 | 130 | 1 | 3 | 455 | 135 | 66 |
| Binary | 11110111 | 11101 | 11110101 | 0 | 1011000 | 1 | 11 | 100101101 | 1011101 | 110110 |
Color Harmonies of #F71DF5
Complementary color
Monochromatic Colors of #F71DF5
Black with #F71DF5
Text Example
Text Example
White with #F71DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DF5; }
p { color: rgb(247,29,245); }
H1.HeaderClassName
{
color: #F71DF5;
}
.AnyTagClassName
{
color: #F71DF5;
}
</style>
background-color css
<style>
a { background-color: #F71DF5; }
a { background-color: rgb(247,29,245); }
div.DivClassName
{
background-color: #F71DF5;
}
.BgClassName
{
background-color: #F71DF5;
}
</style>
border-color css
<style>
span { border-color: #F71DF5; }
span { border-color: rgb(247,29,245); }
td.TdClassName
{
border-color: #F71DF5;
}
.TagClassName
{
border-color: #F71DF5;
}
</style>