Shades of Spicy Pink #F117A2
Tints of Spicy Pink #F117A2
RGB
CMYK
RGB Variations
Color information
#F117A2 (or 0xF117A2) is known color: Spicy Pink. HEX triplet: F1, 17 and A2. RGB value is (241,23,162). Sum of RGB (Red+Green+Blue) = 241+23+162=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F117A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F117A2 is #0EE85D. Grayscale: #676767. Windows color (decimal): -976990 or 10622961. OLE color: 10622961.
HSL color Cylindrical-coordinate representation of color #F117A2: hue angle of 321.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117A2 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 162 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.05 |
| HSL | 321.74º | 0.89% | 0.52% | - |
| HSV(B) | 321.74º | 0.9% | 0.95% | - |
| XYZ | 43.1 | 21.92 | 36.14 | - |
| YUV | 104.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 162 | 0 | 0.90 | 0.33 | 0.05 | 321.74 | 0.89 | 0.52 |
| Hex | F1 | 17 | A2 | 0 | 5A | 21 | 5 | 142 | 59 | 34 |
| Octal | 361 | 27 | 242 | 0 | 132 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 10111 | 10100010 | 0 | 1011010 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F117A2
Complementary color
Monochromatic Colors of #F117A2
Black with #F117A2
Text Example
Text Example
White with #F117A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117A2; }
p { color: rgb(241,23,162); }
H1.HeaderClassName
{
color: #F117A2;
}
.AnyTagClassName
{
color: #F117A2;
}
</style>
background-color css
<style>
a { background-color: #F117A2; }
a { background-color: rgb(241,23,162); }
div.DivClassName
{
background-color: #F117A2;
}
.BgClassName
{
background-color: #F117A2;
}
</style>
border-color css
<style>
span { border-color: #F117A2; }
span { border-color: rgb(241,23,162); }
td.TdClassName
{
border-color: #F117A2;
}
.TagClassName
{
border-color: #F117A2;
}
</style>