Shades of Magenta #F71BFF
Tints of Magenta #F71BFF
RGB
CMYK
RGB Variations
Color information
#F71BFF (or 0xF71BFF) is known color: Magenta. HEX triplet: F7, 1B and FF. RGB value is (247,27,255). Sum of RGB (Red+Green+Blue) = 247+27+255=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 27 (10.94% from 255 or 5.10% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71BFF is #08E400. Grayscale: #767676. Windows color (decimal): -582657 or 16718839. OLE color: 16718839.
HSL color Cylindrical-coordinate representation of color #F71BFF: hue angle of 297.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71BFF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 27 | 255 | - |
| CMYK | 0.03 | 0.89 | 0 | 0 |
| HSL | 297.89º | 1% | 0.55% | - |
| HSV(B) | 297.89º | 0.89% | 1% | - |
| XYZ | 56.8 | 27.78 | 96.98 | - |
| YUV | 118.77 | 204.89 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 255 | 0.03 | 0.89 | 0 | 0 | 297.89 | 1 | 0.55 |
| Hex | F7 | 1B | FF | 3 | 59 | 0 | 0 | 12A | 64 | 37 |
| Octal | 367 | 33 | 377 | 3 | 131 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110111 | 11011 | 11111111 | 11 | 1011001 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F71BFF
Complementary color
Monochromatic Colors of #F71BFF
Black with #F71BFF
Text Example
Text Example
White with #F71BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BFF; }
p { color: rgb(247,27,255); }
H1.HeaderClassName
{
color: #F71BFF;
}
.AnyTagClassName
{
color: #F71BFF;
}
</style>
background-color css
<style>
a { background-color: #F71BFF; }
a { background-color: rgb(247,27,255); }
div.DivClassName
{
background-color: #F71BFF;
}
.BgClassName
{
background-color: #F71BFF;
}
</style>
border-color css
<style>
span { border-color: #F71BFF; }
span { border-color: rgb(247,27,255); }
td.TdClassName
{
border-color: #F71BFF;
}
.TagClassName
{
border-color: #F71BFF;
}
</style>