Shades of Spicy Pink #F117A1
Tints of Spicy Pink #F117A1
RGB
CMYK
RGB Variations
Color information
#F117A1 (or 0xF117A1) is known color: Spicy Pink. HEX triplet: F1, 17 and A1. RGB value is (241,23,161). Sum of RGB (Red+Green+Blue) = 241+23+161=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F117A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F117A1 is #0EE85E. Grayscale: #676767. Windows color (decimal): -976991 or 10557425. OLE color: 10557425.
HSL color Cylindrical-coordinate representation of color #F117A1: hue angle of 322.02º 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 #F117A1 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 161 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.05 |
| HSL | 322.02º | 0.89% | 0.52% | - |
| HSV(B) | 322.02º | 0.9% | 0.95% | - |
| XYZ | 43.02 | 21.89 | 35.68 | - |
| YUV | 103.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 161 | 0 | 0.90 | 0.33 | 0.05 | 322.02 | 0.89 | 0.52 |
| Hex | F1 | 17 | A1 | 0 | 5A | 21 | 5 | 142 | 59 | 34 |
| Octal | 361 | 27 | 241 | 0 | 132 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 10111 | 10100001 | 0 | 1011010 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F117A1
Complementary color
Monochromatic Colors of #F117A1
Black with #F117A1
Text Example
Text Example
White with #F117A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117A1; }
p { color: rgb(241,23,161); }
H1.HeaderClassName
{
color: #F117A1;
}
.AnyTagClassName
{
color: #F117A1;
}
</style>
background-color css
<style>
a { background-color: #F117A1; }
a { background-color: rgb(241,23,161); }
div.DivClassName
{
background-color: #F117A1;
}
.BgClassName
{
background-color: #F117A1;
}
</style>
border-color css
<style>
span { border-color: #F117A1; }
span { border-color: rgb(241,23,161); }
td.TdClassName
{
border-color: #F117A1;
}
.TagClassName
{
border-color: #F117A1;
}
</style>