Shades of Spicy Pink #F117A3
Tints of Spicy Pink #F117A3
RGB
CMYK
RGB Variations
Color information
#F117A3 (or 0xF117A3) is known color: Spicy Pink. HEX triplet: F1, 17 and A3. RGB value is (241,23,163). Sum of RGB (Red+Green+Blue) = 241+23+163=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F117A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F117A3 is #0EE85C. Grayscale: #676767. Windows color (decimal): -976989 or 10688497. OLE color: 10688497.
HSL color Cylindrical-coordinate representation of color #F117A3: hue angle of 321.47º 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 #F117A3 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 163 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.05 |
| HSL | 321.47º | 0.89% | 0.52% | - |
| HSV(B) | 321.47º | 0.9% | 0.95% | - |
| XYZ | 43.19 | 21.96 | 36.61 | - |
| YUV | 104.14 | 161.22 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 163 | 0 | 0.90 | 0.32 | 0.05 | 321.47 | 0.89 | 0.52 |
| Hex | F1 | 17 | A3 | 0 | 5A | 20 | 5 | 141 | 59 | 34 |
| Octal | 361 | 27 | 243 | 0 | 132 | 40 | 5 | 501 | 131 | 64 |
| Binary | 11110001 | 10111 | 10100011 | 0 | 1011010 | 100000 | 101 | 101000001 | 1011001 | 110100 |
Color Harmonies of #F117A3
Complementary color
Monochromatic Colors of #F117A3
Black with #F117A3
Text Example
Text Example
White with #F117A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117A3; }
p { color: rgb(241,23,163); }
H1.HeaderClassName
{
color: #F117A3;
}
.AnyTagClassName
{
color: #F117A3;
}
</style>
background-color css
<style>
a { background-color: #F117A3; }
a { background-color: rgb(241,23,163); }
div.DivClassName
{
background-color: #F117A3;
}
.BgClassName
{
background-color: #F117A3;
}
</style>
border-color css
<style>
span { border-color: #F117A3; }
span { border-color: rgb(241,23,163); }
td.TdClassName
{
border-color: #F117A3;
}
.TagClassName
{
border-color: #F117A3;
}
</style>