Shades of Spicy Pink #F71BAC
Tints of Spicy Pink #F71BAC
RGB
CMYK
RGB Variations
Color information
#F71BAC (or 0xF71BAC) is known color: Spicy Pink. HEX triplet: F7, 1B and AC. RGB value is (247,27,172). Sum of RGB (Red+Green+Blue) = 247+27+172=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71BAC is #08E453. Grayscale: #6C6C6C. Windows color (decimal): -582740 or 11279351. OLE color: 11279351.
HSL color Cylindrical-coordinate representation of color #F71BAC: hue angle of 320.45º 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 #F71BAC is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.03 |
| HSL | 320.45º | 0.93% | 0.54% | - |
| HSV(B) | 320.45º | 0.89% | 0.97% | - |
| XYZ | 46.2 | 23.54 | 41.14 | - |
| YUV | 109.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 172 | 0 | 0.89 | 0.30 | 0.03 | 320.45 | 0.93 | 0.54 |
| Hex | F7 | 1B | AC | 0 | 59 | 1E | 3 | 140 | 5D | 36 |
| Octal | 367 | 33 | 254 | 0 | 131 | 36 | 3 | 500 | 135 | 66 |
| Binary | 11110111 | 11011 | 10101100 | 0 | 1011001 | 11110 | 11 | 101000000 | 1011101 | 110110 |
Color Harmonies of #F71BAC
Complementary color
Monochromatic Colors of #F71BAC
Black with #F71BAC
Text Example
Text Example
White with #F71BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BAC; }
p { color: rgb(247,27,172); }
H1.HeaderClassName
{
color: #F71BAC;
}
.AnyTagClassName
{
color: #F71BAC;
}
</style>
background-color css
<style>
a { background-color: #F71BAC; }
a { background-color: rgb(247,27,172); }
div.DivClassName
{
background-color: #F71BAC;
}
.BgClassName
{
background-color: #F71BAC;
}
</style>
border-color css
<style>
span { border-color: #F71BAC; }
span { border-color: rgb(247,27,172); }
td.TdClassName
{
border-color: #F71BAC;
}
.TagClassName
{
border-color: #F71BAC;
}
</style>