Shades of Spicy Pink #F71BA4
Tints of Spicy Pink #F71BA4
RGB
CMYK
RGB Variations
Color information
#F71BA4 (or 0xF71BA4) is known color: Spicy Pink. HEX triplet: F7, 1B and A4. RGB value is (247,27,164). Sum of RGB (Red+Green+Blue) = 247+27+164=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71BA4 is #08E45B. Grayscale: #6C6C6C. Windows color (decimal): -582748 or 10755063. OLE color: 10755063.
HSL color Cylindrical-coordinate representation of color #F71BA4: hue angle of 322.64º 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 #F71BA4 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 164 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.03 |
| HSL | 322.64º | 0.93% | 0.54% | - |
| HSV(B) | 322.64º | 0.89% | 0.97% | - |
| XYZ | 45.45 | 23.24 | 37.21 | - |
| YUV | 108.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 164 | 0 | 0.89 | 0.34 | 0.03 | 322.64 | 0.93 | 0.54 |
| Hex | F7 | 1B | A4 | 0 | 59 | 22 | 3 | 143 | 5D | 36 |
| Octal | 367 | 33 | 244 | 0 | 131 | 42 | 3 | 503 | 135 | 66 |
| Binary | 11110111 | 11011 | 10100100 | 0 | 1011001 | 100010 | 11 | 101000011 | 1011101 | 110110 |
Color Harmonies of #F71BA4
Complementary color
Monochromatic Colors of #F71BA4
Black with #F71BA4
Text Example
Text Example
White with #F71BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BA4; }
p { color: rgb(247,27,164); }
H1.HeaderClassName
{
color: #F71BA4;
}
.AnyTagClassName
{
color: #F71BA4;
}
</style>
background-color css
<style>
a { background-color: #F71BA4; }
a { background-color: rgb(247,27,164); }
div.DivClassName
{
background-color: #F71BA4;
}
.BgClassName
{
background-color: #F71BA4;
}
</style>
border-color css
<style>
span { border-color: #F71BA4; }
span { border-color: rgb(247,27,164); }
td.TdClassName
{
border-color: #F71BA4;
}
.TagClassName
{
border-color: #F71BA4;
}
</style>