Shades of Spicy Pink #F118B0
Tints of Spicy Pink #F118B0
RGB
CMYK
RGB Variations
Color information
#F118B0 (or 0xF118B0) is known color: Spicy Pink. HEX triplet: F1, 18 and B0. RGB value is (241,24,176). Sum of RGB (Red+Green+Blue) = 241+24+176=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F118B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118B0 is #0EE74F. Grayscale: #696969. Windows color (decimal): -976720 or 11540721. OLE color: 11540721.
HSL color Cylindrical-coordinate representation of color #F118B0: hue angle of 317.97º 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 #F118B0 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 176 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.05 |
| HSL | 317.97º | 0.89% | 0.52% | - |
| HSV(B) | 317.97º | 0.9% | 0.95% | - |
| XYZ | 44.44 | 22.49 | 43.07 | - |
| YUV | 106.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 176 | 0 | 0.90 | 0.27 | 0.05 | 317.97 | 0.89 | 0.52 |
| Hex | F1 | 18 | B0 | 0 | 5A | 1B | 5 | 13E | 59 | 34 |
| Octal | 361 | 30 | 260 | 0 | 132 | 33 | 5 | 476 | 131 | 64 |
| Binary | 11110001 | 11000 | 10110000 | 0 | 1011010 | 11011 | 101 | 100111110 | 1011001 | 110100 |
Color Harmonies of #F118B0
Complementary color
Monochromatic Colors of #F118B0
Black with #F118B0
Text Example
Text Example
White with #F118B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118B0; }
p { color: rgb(241,24,176); }
H1.HeaderClassName
{
color: #F118B0;
}
.AnyTagClassName
{
color: #F118B0;
}
</style>
background-color css
<style>
a { background-color: #F118B0; }
a { background-color: rgb(241,24,176); }
div.DivClassName
{
background-color: #F118B0;
}
.BgClassName
{
background-color: #F118B0;
}
</style>
border-color css
<style>
span { border-color: #F118B0; }
span { border-color: rgb(241,24,176); }
td.TdClassName
{
border-color: #F118B0;
}
.TagClassName
{
border-color: #F118B0;
}
</style>