Shades of Spicy Pink #F91CA4
Tints of Spicy Pink #F91CA4
RGB
CMYK
RGB Variations
Color information
#F91CA4 (or 0xF91CA4) is known color: Spicy Pink. HEX triplet: F9, 1C and A4. RGB value is (249,28,164). Sum of RGB (Red+Green+Blue) = 249+28+164=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91CA4 is #06E35B. Grayscale: #6D6D6D. Windows color (decimal): -451420 or 10755321. OLE color: 10755321.
HSL color Cylindrical-coordinate representation of color #F91CA4: hue angle of 323.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CA4 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 164 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.02 |
| HSL | 323.08º | 0.95% | 0.54% | - |
| HSV(B) | 323.08º | 0.89% | 0.98% | - |
| XYZ | 46.18 | 23.65 | 37.25 | - |
| YUV | 109.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 164 | 0 | 0.89 | 0.34 | 0.02 | 323.08 | 0.95 | 0.54 |
| Hex | F9 | 1C | A4 | 0 | 59 | 22 | 2 | 143 | 5F | 36 |
| Octal | 371 | 34 | 244 | 0 | 131 | 42 | 2 | 503 | 137 | 66 |
| Binary | 11111001 | 11100 | 10100100 | 0 | 1011001 | 100010 | 10 | 101000011 | 1011111 | 110110 |
Color Harmonies of #F91CA4
Complementary color
Monochromatic Colors of #F91CA4
Black with #F91CA4
Text Example
Text Example
White with #F91CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CA4; }
p { color: rgb(249,28,164); }
H1.HeaderClassName
{
color: #F91CA4;
}
.AnyTagClassName
{
color: #F91CA4;
}
</style>
background-color css
<style>
a { background-color: #F91CA4; }
a { background-color: rgb(249,28,164); }
div.DivClassName
{
background-color: #F91CA4;
}
.BgClassName
{
background-color: #F91CA4;
}
</style>
border-color css
<style>
span { border-color: #F91CA4; }
span { border-color: rgb(249,28,164); }
td.TdClassName
{
border-color: #F91CA4;
}
.TagClassName
{
border-color: #F91CA4;
}
</style>