Shades of Magenta #F71CFA
Tints of Magenta #F71CFA
RGB
CMYK
RGB Variations
Color information
#F71CFA (or 0xF71CFA) is known color: Magenta. HEX triplet: F7, 1C and FA. RGB value is (247,28,250). Sum of RGB (Red+Green+Blue) = 247+28+250=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #F71CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CFA is #08E305. Grayscale: #767676. Windows color (decimal): -582406 or 16391415. OLE color: 16391415.
HSL color Cylindrical-coordinate representation of color #F71CFA: hue angle of 299.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71CFA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 28 | 250 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.02 |
| HSL | 299.19º | 0.96% | 0.55% | - |
| HSV(B) | 299.19º | 0.89% | 0.98% | - |
| XYZ | 56.03 | 27.51 | 92.8 | - |
| YUV | 118.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 250 | 0.01 | 0.89 | 0 | 0.02 | 299.19 | 0.96 | 0.55 |
| Hex | F7 | 1C | FA | 1 | 59 | 0 | 2 | 12B | 60 | 37 |
| Octal | 367 | 34 | 372 | 1 | 131 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11110111 | 11100 | 11111010 | 1 | 1011001 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F71CFA
Complementary color
Monochromatic Colors of #F71CFA
Black with #F71CFA
Text Example
Text Example
White with #F71CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CFA; }
p { color: rgb(247,28,250); }
H1.HeaderClassName
{
color: #F71CFA;
}
.AnyTagClassName
{
color: #F71CFA;
}
</style>
background-color css
<style>
a { background-color: #F71CFA; }
a { background-color: rgb(247,28,250); }
div.DivClassName
{
background-color: #F71CFA;
}
.BgClassName
{
background-color: #F71CFA;
}
</style>
border-color css
<style>
span { border-color: #F71CFA; }
span { border-color: rgb(247,28,250); }
td.TdClassName
{
border-color: #F71CFA;
}
.TagClassName
{
border-color: #F71CFA;
}
</style>