Shades of Spicy Pink #F71BA8
Tints of Spicy Pink #F71BA8
RGB
CMYK
RGB Variations
Color information
#F71BA8 (or 0xF71BA8) is known color: Spicy Pink. HEX triplet: F7, 1B and A8. RGB value is (247,27,168). Sum of RGB (Red+Green+Blue) = 247+27+168=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71BA8 is #08E457. Grayscale: #6C6C6C. Windows color (decimal): -582744 or 11017207. OLE color: 11017207.
HSL color Cylindrical-coordinate representation of color #F71BA8: hue angle of 321.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.03 |
| HSL | 321.55º | 0.93% | 0.54% | - |
| HSV(B) | 321.55º | 0.89% | 0.97% | - |
| XYZ | 45.82 | 23.39 | 39.14 | - |
| YUV | 108.85 | 161.39 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 168 | 0 | 0.89 | 0.32 | 0.03 | 321.55 | 0.93 | 0.54 |
| Hex | F7 | 1B | A8 | 0 | 59 | 20 | 3 | 142 | 5D | 36 |
| Octal | 367 | 33 | 250 | 0 | 131 | 40 | 3 | 502 | 135 | 66 |
| Binary | 11110111 | 11011 | 10101000 | 0 | 1011001 | 100000 | 11 | 101000010 | 1011101 | 110110 |
Color Harmonies of #F71BA8
Complementary color
Monochromatic Colors of #F71BA8
Black with #F71BA8
Text Example
Text Example
White with #F71BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BA8; }
p { color: rgb(247,27,168); }
H1.HeaderClassName
{
color: #F71BA8;
}
.AnyTagClassName
{
color: #F71BA8;
}
</style>
background-color css
<style>
a { background-color: #F71BA8; }
a { background-color: rgb(247,27,168); }
div.DivClassName
{
background-color: #F71BA8;
}
.BgClassName
{
background-color: #F71BA8;
}
</style>
border-color css
<style>
span { border-color: #F71BA8; }
span { border-color: rgb(247,27,168); }
td.TdClassName
{
border-color: #F71BA8;
}
.TagClassName
{
border-color: #F71BA8;
}
</style>