Shades of Spicy Pink #F116AD
Tints of Spicy Pink #F116AD
RGB
CMYK
RGB Variations
Color information
#F116AD (or 0xF116AD) is known color: Spicy Pink. HEX triplet: F1, 16 and AD. RGB value is (241,22,173). Sum of RGB (Red+Green+Blue) = 241+22+173=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F116AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F116AD is #0EE952. Grayscale: #686868. Windows color (decimal): -977235 or 11343601. OLE color: 11343601.
HSL color Cylindrical-coordinate representation of color #F116AD: hue angle of 318.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116AD is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 173 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.05 |
| HSL | 318.63º | 0.89% | 0.52% | - |
| HSV(B) | 318.63º | 0.91% | 0.95% | - |
| XYZ | 44.11 | 22.29 | 41.51 | - |
| YUV | 104.7 | 166.55 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 173 | 0 | 0.91 | 0.28 | 0.05 | 318.63 | 0.89 | 0.52 |
| Hex | F1 | 16 | AD | 0 | 5B | 1C | 5 | 13F | 59 | 34 |
| Octal | 361 | 26 | 255 | 0 | 133 | 34 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 10110 | 10101101 | 0 | 1011011 | 11100 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F116AD
Complementary color
Monochromatic Colors of #F116AD
Black with #F116AD
Text Example
Text Example
White with #F116AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116AD; }
p { color: rgb(241,22,173); }
H1.HeaderClassName
{
color: #F116AD;
}
.AnyTagClassName
{
color: #F116AD;
}
</style>
background-color css
<style>
a { background-color: #F116AD; }
a { background-color: rgb(241,22,173); }
div.DivClassName
{
background-color: #F116AD;
}
.BgClassName
{
background-color: #F116AD;
}
</style>
border-color css
<style>
span { border-color: #F116AD; }
span { border-color: rgb(241,22,173); }
td.TdClassName
{
border-color: #F116AD;
}
.TagClassName
{
border-color: #F116AD;
}
</style>