Shades of Spicy Pink #F116A2
Tints of Spicy Pink #F116A2
RGB
CMYK
RGB Variations
Color information
#F116A2 (or 0xF116A2) is known color: Spicy Pink. HEX triplet: F1, 16 and A2. RGB value is (241,22,162). Sum of RGB (Red+Green+Blue) = 241+22+162=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F116A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F116A2 is #0EE95D. Grayscale: #676767. Windows color (decimal): -977246 or 10622705. OLE color: 10622705.
HSL color Cylindrical-coordinate representation of color #F116A2: hue angle of 321.64º 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 #F116A2 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 162 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.05 |
| HSL | 321.64º | 0.89% | 0.52% | - |
| HSV(B) | 321.64º | 0.91% | 0.95% | - |
| XYZ | 43.08 | 21.88 | 36.14 | - |
| YUV | 103.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 162 | 0 | 0.91 | 0.33 | 0.05 | 321.64 | 0.89 | 0.52 |
| Hex | F1 | 16 | A2 | 0 | 5B | 21 | 5 | 142 | 59 | 34 |
| Octal | 361 | 26 | 242 | 0 | 133 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110001 | 10110 | 10100010 | 0 | 1011011 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F116A2
Complementary color
Monochromatic Colors of #F116A2
Black with #F116A2
Text Example
Text Example
White with #F116A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116A2; }
p { color: rgb(241,22,162); }
H1.HeaderClassName
{
color: #F116A2;
}
.AnyTagClassName
{
color: #F116A2;
}
</style>
background-color css
<style>
a { background-color: #F116A2; }
a { background-color: rgb(241,22,162); }
div.DivClassName
{
background-color: #F116A2;
}
.BgClassName
{
background-color: #F116A2;
}
</style>
border-color css
<style>
span { border-color: #F116A2; }
span { border-color: rgb(241,22,162); }
td.TdClassName
{
border-color: #F116A2;
}
.TagClassName
{
border-color: #F116A2;
}
</style>