Shades of Spicy Pink #F112AA
Tints of Spicy Pink #F112AA
RGB
CMYK
RGB Variations
Color information
#F112AA (or 0xF112AA) is known color: Spicy Pink. HEX triplet: F1, 12 and AA. RGB value is (241,18,170). Sum of RGB (Red+Green+Blue) = 241+18+170=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F112AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112AA is #0EED55. Grayscale: #656565. Windows color (decimal): -978262 or 11145969. OLE color: 11145969.
HSL color Cylindrical-coordinate representation of color #F112AA: hue angle of 319.1º 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 #F112AA is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 170 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 319.1º | 0.89% | 0.51% | - |
| HSV(B) | 319.1º | 0.93% | 0.95% | - |
| XYZ | 43.75 | 22.04 | 39.98 | - |
| YUV | 102.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 170 | 0 | 0.93 | 0.29 | 0.05 | 319.1 | 0.89 | 0.51 |
| Hex | F1 | 12 | AA | 0 | 5D | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 22 | 252 | 0 | 135 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10010 | 10101010 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F112AA
Complementary color
Monochromatic Colors of #F112AA
Black with #F112AA
Text Example
Text Example
White with #F112AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112AA; }
p { color: rgb(241,18,170); }
H1.HeaderClassName
{
color: #F112AA;
}
.AnyTagClassName
{
color: #F112AA;
}
</style>
background-color css
<style>
a { background-color: #F112AA; }
a { background-color: rgb(241,18,170); }
div.DivClassName
{
background-color: #F112AA;
}
.BgClassName
{
background-color: #F112AA;
}
</style>
border-color css
<style>
span { border-color: #F112AA; }
span { border-color: rgb(241,18,170); }
td.TdClassName
{
border-color: #F112AA;
}
.TagClassName
{
border-color: #F112AA;
}
</style>