Shades of Magenta #F71CFD
Tints of Magenta #F71CFD
RGB
CMYK
RGB Variations
Color information
#F71CFD (or 0xF71CFD) is known color: Magenta. HEX triplet: F7, 1C and FD. RGB value is (247,28,253). Sum of RGB (Red+Green+Blue) = 247+28+253=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 28 (11.33% from 255 or 5.30% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #F71CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CFD is #08E302. Grayscale: #767676. Windows color (decimal): -582403 or 16588023. OLE color: 16588023.
HSL color Cylindrical-coordinate representation of color #F71CFD: hue angle of 298.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71CFD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 28 | 253 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.01 |
| HSL | 298.4º | 0.98% | 0.55% | - |
| HSV(B) | 298.4º | 0.89% | 0.99% | - |
| XYZ | 56.5 | 27.7 | 95.3 | - |
| YUV | 119.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 253 | 0.02 | 0.89 | 0 | 0.01 | 298.4 | 0.98 | 0.55 |
| Hex | F7 | 1C | FD | 2 | 59 | 0 | 1 | 12A | 62 | 37 |
| Octal | 367 | 34 | 375 | 2 | 131 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110111 | 11100 | 11111101 | 10 | 1011001 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F71CFD
Complementary color
Monochromatic Colors of #F71CFD
Black with #F71CFD
Text Example
Text Example
White with #F71CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CFD; }
p { color: rgb(247,28,253); }
H1.HeaderClassName
{
color: #F71CFD;
}
.AnyTagClassName
{
color: #F71CFD;
}
</style>
background-color css
<style>
a { background-color: #F71CFD; }
a { background-color: rgb(247,28,253); }
div.DivClassName
{
background-color: #F71CFD;
}
.BgClassName
{
background-color: #F71CFD;
}
</style>
border-color css
<style>
span { border-color: #F71CFD; }
span { border-color: rgb(247,28,253); }
td.TdClassName
{
border-color: #F71CFD;
}
.TagClassName
{
border-color: #F71CFD;
}
</style>