Shades of Spicy Pink #F114AB
Tints of Spicy Pink #F114AB
RGB
CMYK
RGB Variations
Color information
#F114AB (or 0xF114AB) is known color: Spicy Pink. HEX triplet: F1, 14 and AB. RGB value is (241,20,171). Sum of RGB (Red+Green+Blue) = 241+20+171=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F114AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114AB is #0EEB54. Grayscale: #666666. Windows color (decimal): -977749 or 11212017. OLE color: 11212017.
HSL color Cylindrical-coordinate representation of color #F114AB: hue angle of 319º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114AB is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.05 |
| HSL | 319º | 0.89% | 0.51% | - |
| HSV(B) | 319º | 0.92% | 0.95% | - |
| XYZ | 43.88 | 22.14 | 40.49 | - |
| YUV | 103.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 171 | 0 | 0.92 | 0.29 | 0.05 | 319 | 0.89 | 0.51 |
| Hex | F1 | 14 | AB | 0 | 5C | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 24 | 253 | 0 | 134 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10100 | 10101011 | 0 | 1011100 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F114AB
Complementary color
Monochromatic Colors of #F114AB
Black with #F114AB
Text Example
Text Example
White with #F114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114AB; }
p { color: rgb(241,20,171); }
H1.HeaderClassName
{
color: #F114AB;
}
.AnyTagClassName
{
color: #F114AB;
}
</style>
background-color css
<style>
a { background-color: #F114AB; }
a { background-color: rgb(241,20,171); }
div.DivClassName
{
background-color: #F114AB;
}
.BgClassName
{
background-color: #F114AB;
}
</style>
border-color css
<style>
span { border-color: #F114AB; }
span { border-color: rgb(241,20,171); }
td.TdClassName
{
border-color: #F114AB;
}
.TagClassName
{
border-color: #F114AB;
}
</style>