Shades of Spicy Pink #F112A8
Tints of Spicy Pink #F112A8
RGB
CMYK
RGB Variations
Color information
#F112A8 (or 0xF112A8) is known color: Spicy Pink. HEX triplet: F1, 12 and A8. RGB value is (241,18,168). Sum of RGB (Red+Green+Blue) = 241+18+168=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F112A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112A8 is #0EED57. Grayscale: #656565. Windows color (decimal): -978264 or 11014897. OLE color: 11014897.
HSL color Cylindrical-coordinate representation of color #F112A8: hue angle of 319.64º 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 #F112A8 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 168 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.64º | 0.89% | 0.51% | - |
| HSV(B) | 319.64º | 0.93% | 0.95% | - |
| XYZ | 43.56 | 21.96 | 38.99 | - |
| YUV | 101.78 | 165.38 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 168 | 0 | 0.93 | 0.30 | 0.05 | 319.64 | 0.89 | 0.51 |
| Hex | F1 | 12 | A8 | 0 | 5D | 1E | 5 | 140 | 59 | 33 |
| Octal | 361 | 22 | 250 | 0 | 135 | 36 | 5 | 500 | 131 | 63 |
| Binary | 11110001 | 10010 | 10101000 | 0 | 1011101 | 11110 | 101 | 101000000 | 1011001 | 110011 |
Color Harmonies of #F112A8
Complementary color
Monochromatic Colors of #F112A8
Black with #F112A8
Text Example
Text Example
White with #F112A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112A8; }
p { color: rgb(241,18,168); }
H1.HeaderClassName
{
color: #F112A8;
}
.AnyTagClassName
{
color: #F112A8;
}
</style>
background-color css
<style>
a { background-color: #F112A8; }
a { background-color: rgb(241,18,168); }
div.DivClassName
{
background-color: #F112A8;
}
.BgClassName
{
background-color: #F112A8;
}
</style>
border-color css
<style>
span { border-color: #F112A8; }
span { border-color: rgb(241,18,168); }
td.TdClassName
{
border-color: #F112A8;
}
.TagClassName
{
border-color: #F112A8;
}
</style>