Shades of Spicy Pink #F71AA2
Tints of Spicy Pink #F71AA2
RGB
CMYK
RGB Variations
Color information
#F71AA2 (or 0xF71AA2) is known color: Spicy Pink. HEX triplet: F7, 1A and A2. RGB value is (247,26,162). Sum of RGB (Red+Green+Blue) = 247+26+162=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F71AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71AA2 is #08E55D. Grayscale: #6B6B6B. Windows color (decimal): -583006 or 10623735. OLE color: 10623735.
HSL color Cylindrical-coordinate representation of color #F71AA2: hue angle of 323.08º 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 #F71AA2 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 162 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.03 |
| HSL | 323.08º | 0.93% | 0.54% | - |
| HSV(B) | 323.08º | 0.89% | 0.97% | - |
| XYZ | 45.25 | 23.12 | 36.26 | - |
| YUV | 107.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 162 | 0 | 0.89 | 0.34 | 0.03 | 323.08 | 0.93 | 0.54 |
| Hex | F7 | 1A | A2 | 0 | 59 | 22 | 3 | 143 | 5D | 36 |
| Octal | 367 | 32 | 242 | 0 | 131 | 42 | 3 | 503 | 135 | 66 |
| Binary | 11110111 | 11010 | 10100010 | 0 | 1011001 | 100010 | 11 | 101000011 | 1011101 | 110110 |
Color Harmonies of #F71AA2
Complementary color
Monochromatic Colors of #F71AA2
Black with #F71AA2
Text Example
Text Example
White with #F71AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71AA2; }
p { color: rgb(247,26,162); }
H1.HeaderClassName
{
color: #F71AA2;
}
.AnyTagClassName
{
color: #F71AA2;
}
</style>
background-color css
<style>
a { background-color: #F71AA2; }
a { background-color: rgb(247,26,162); }
div.DivClassName
{
background-color: #F71AA2;
}
.BgClassName
{
background-color: #F71AA2;
}
</style>
border-color css
<style>
span { border-color: #F71AA2; }
span { border-color: rgb(247,26,162); }
td.TdClassName
{
border-color: #F71AA2;
}
.TagClassName
{
border-color: #F71AA2;
}
</style>