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