Shades of Spicy Pink #F118AB
Tints of Spicy Pink #F118AB
RGB
CMYK
RGB Variations
Color information
#F118AB (or 0xF118AB) is known color: Spicy Pink. HEX triplet: F1, 18 and AB. RGB value is (241,24,171). Sum of RGB (Red+Green+Blue) = 241+24+171=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F118AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118AB is #0EE754. Grayscale: #696969. Windows color (decimal): -976725 or 11213041. OLE color: 11213041.
HSL color Cylindrical-coordinate representation of color #F118AB: hue angle of 319.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118AB is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.35º | 0.89% | 0.52% | - |
| HSV(B) | 319.35º | 0.9% | 0.95% | - |
| XYZ | 43.95 | 22.29 | 40.51 | - |
| YUV | 105.64 | 164.89 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 171 | 0 | 0.90 | 0.29 | 0.05 | 319.35 | 0.89 | 0.52 |
| Hex | F1 | 18 | AB | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 361 | 30 | 253 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 11000 | 10101011 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F118AB
Complementary color
Monochromatic Colors of #F118AB
Black with #F118AB
Text Example
Text Example
White with #F118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118AB; }
p { color: rgb(241,24,171); }
H1.HeaderClassName
{
color: #F118AB;
}
.AnyTagClassName
{
color: #F118AB;
}
</style>
background-color css
<style>
a { background-color: #F118AB; }
a { background-color: rgb(241,24,171); }
div.DivClassName
{
background-color: #F118AB;
}
.BgClassName
{
background-color: #F118AB;
}
</style>
border-color css
<style>
span { border-color: #F118AB; }
span { border-color: rgb(241,24,171); }
td.TdClassName
{
border-color: #F118AB;
}
.TagClassName
{
border-color: #F118AB;
}
</style>