Shades of Magenta #F71EFB
Tints of Magenta #F71EFB
RGB
CMYK
RGB Variations
Color information
#F71EFB (or 0xF71EFB) is known color: Magenta. HEX triplet: F7, 1E and FB. RGB value is (247,30,251). Sum of RGB (Red+Green+Blue) = 247+30+251=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #F71EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EFB is #08E104. Grayscale: #777777. Windows color (decimal): -581893 or 16457463. OLE color: 16457463.
HSL color Cylindrical-coordinate representation of color #F71EFB: hue angle of 298.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EFB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 30 | 251 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.02 |
| HSL | 298.91º | 0.97% | 0.55% | - |
| HSV(B) | 298.91º | 0.88% | 0.98% | - |
| XYZ | 56.23 | 27.67 | 93.64 | - |
| YUV | 120.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 251 | 0.02 | 0.88 | 0 | 0.02 | 298.91 | 0.97 | 0.55 |
| Hex | F7 | 1E | FB | 2 | 58 | 0 | 2 | 12B | 61 | 37 |
| Octal | 367 | 36 | 373 | 2 | 130 | 0 | 2 | 453 | 141 | 67 |
| Binary | 11110111 | 11110 | 11111011 | 10 | 1011000 | 0 | 10 | 100101011 | 1100001 | 110111 |
Color Harmonies of #F71EFB
Complementary color
Monochromatic Colors of #F71EFB
Black with #F71EFB
Text Example
Text Example
White with #F71EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EFB; }
p { color: rgb(247,30,251); }
H1.HeaderClassName
{
color: #F71EFB;
}
.AnyTagClassName
{
color: #F71EFB;
}
</style>
background-color css
<style>
a { background-color: #F71EFB; }
a { background-color: rgb(247,30,251); }
div.DivClassName
{
background-color: #F71EFB;
}
.BgClassName
{
background-color: #F71EFB;
}
</style>
border-color css
<style>
span { border-color: #F71EFB; }
span { border-color: rgb(247,30,251); }
td.TdClassName
{
border-color: #F71EFB;
}
.TagClassName
{
border-color: #F71EFB;
}
</style>