Shades of Spicy Pink #F112AB
Tints of Spicy Pink #F112AB
RGB
CMYK
RGB Variations
Color information
#F112AB (or 0xF112AB) is known color: Spicy Pink. HEX triplet: F1, 12 and AB. RGB value is (241,18,171). Sum of RGB (Red+Green+Blue) = 241+18+171=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F112AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112AB is #0EED54. Grayscale: #656565. Windows color (decimal): -978261 or 11211505. OLE color: 11211505.
HSL color Cylindrical-coordinate representation of color #F112AB: hue angle of 318.83º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 171 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.83º | 0.89% | 0.51% | - |
| HSV(B) | 318.83º | 0.93% | 0.95% | - |
| XYZ | 43.84 | 22.07 | 40.48 | - |
| YUV | 102.12 | 166.88 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 171 | 0 | 0.93 | 0.29 | 0.05 | 318.83 | 0.89 | 0.51 |
| Hex | F1 | 12 | AB | 0 | 5D | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 22 | 253 | 0 | 135 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10010 | 10101011 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F112AB
Complementary color
Monochromatic Colors of #F112AB
Black with #F112AB
Text Example
Text Example
White with #F112AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112AB; }
p { color: rgb(241,18,171); }
H1.HeaderClassName
{
color: #F112AB;
}
.AnyTagClassName
{
color: #F112AB;
}
</style>
background-color css
<style>
a { background-color: #F112AB; }
a { background-color: rgb(241,18,171); }
div.DivClassName
{
background-color: #F112AB;
}
.BgClassName
{
background-color: #F112AB;
}
</style>
border-color css
<style>
span { border-color: #F112AB; }
span { border-color: rgb(241,18,171); }
td.TdClassName
{
border-color: #F112AB;
}
.TagClassName
{
border-color: #F112AB;
}
</style>