Shades of Magenta #F71DFF
Tints of Magenta #F71DFF
RGB
CMYK
RGB Variations
Color information
#F71DFF (or 0xF71DFF) is known color: Magenta. HEX triplet: F7, 1D and FF. RGB value is (247,29,255). Sum of RGB (Red+Green+Blue) = 247+29+255=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 29 (11.72% from 255 or 5.46% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DFF is #08E200. Grayscale: #777777. Windows color (decimal): -582145 or 16719351. OLE color: 16719351.
HSL color Cylindrical-coordinate representation of color #F71DFF: hue angle of 297.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71DFF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 29 | 255 | - |
| CMYK | 0.03 | 0.89 | 0 | 0 |
| HSL | 297.88º | 1% | 0.56% | - |
| HSV(B) | 297.88º | 0.89% | 1% | - |
| XYZ | 56.85 | 27.87 | 96.99 | - |
| YUV | 119.95 | 204.22 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 255 | 0.03 | 0.89 | 0 | 0 | 297.88 | 1 | 0.56 |
| Hex | F7 | 1D | FF | 3 | 59 | 0 | 0 | 12A | 64 | 38 |
| Octal | 367 | 35 | 377 | 3 | 131 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11110111 | 11101 | 11111111 | 11 | 1011001 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F71DFF
Complementary color
Monochromatic Colors of #F71DFF
Black with #F71DFF
Text Example
Text Example
White with #F71DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DFF; }
p { color: rgb(247,29,255); }
H1.HeaderClassName
{
color: #F71DFF;
}
.AnyTagClassName
{
color: #F71DFF;
}
</style>
background-color css
<style>
a { background-color: #F71DFF; }
a { background-color: rgb(247,29,255); }
div.DivClassName
{
background-color: #F71DFF;
}
.BgClassName
{
background-color: #F71DFF;
}
</style>
border-color css
<style>
span { border-color: #F71DFF; }
span { border-color: rgb(247,29,255); }
td.TdClassName
{
border-color: #F71DFF;
}
.TagClassName
{
border-color: #F71DFF;
}
</style>