Shades of Spicy Pink #F71DA8
Tints of Spicy Pink #F71DA8
RGB
CMYK
RGB Variations
Color information
#F71DA8 (or 0xF71DA8) is known color: Spicy Pink. HEX triplet: F7, 1D and A8. RGB value is (247,29,168). Sum of RGB (Red+Green+Blue) = 247+29+168=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71DA8 is #08E257. Grayscale: #6D6D6D. Windows color (decimal): -582232 or 11017719. OLE color: 11017719.
HSL color Cylindrical-coordinate representation of color #F71DA8: hue angle of 321.74º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DA8 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 168 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.03 |
| HSL | 321.74º | 0.93% | 0.54% | - |
| HSV(B) | 321.74º | 0.88% | 0.97% | - |
| XYZ | 45.87 | 23.48 | 39.16 | - |
| YUV | 110.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 168 | 0 | 0.88 | 0.32 | 0.03 | 321.74 | 0.93 | 0.54 |
| Hex | F7 | 1D | A8 | 0 | 58 | 20 | 3 | 142 | 5D | 36 |
| Octal | 367 | 35 | 250 | 0 | 130 | 40 | 3 | 502 | 135 | 66 |
| Binary | 11110111 | 11101 | 10101000 | 0 | 1011000 | 100000 | 11 | 101000010 | 1011101 | 110110 |
Color Harmonies of #F71DA8
Complementary color
Monochromatic Colors of #F71DA8
Black with #F71DA8
Text Example
Text Example
White with #F71DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DA8; }
p { color: rgb(247,29,168); }
H1.HeaderClassName
{
color: #F71DA8;
}
.AnyTagClassName
{
color: #F71DA8;
}
</style>
background-color css
<style>
a { background-color: #F71DA8; }
a { background-color: rgb(247,29,168); }
div.DivClassName
{
background-color: #F71DA8;
}
.BgClassName
{
background-color: #F71DA8;
}
</style>
border-color css
<style>
span { border-color: #F71DA8; }
span { border-color: rgb(247,29,168); }
td.TdClassName
{
border-color: #F71DA8;
}
.TagClassName
{
border-color: #F71DA8;
}
</style>