Shades of Spicy Pink #F118AD
Tints of Spicy Pink #F118AD
RGB
CMYK
RGB Variations
Color information
#F118AD (or 0xF118AD) is known color: Spicy Pink. HEX triplet: F1, 18 and AD. RGB value is (241,24,173). Sum of RGB (Red+Green+Blue) = 241+24+173=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F118AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118AD is #0EE752. Grayscale: #696969. Windows color (decimal): -976723 or 11344113. OLE color: 11344113.
HSL color Cylindrical-coordinate representation of color #F118AD: hue angle of 318.8º 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 #F118AD is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.05 |
| HSL | 318.8º | 0.89% | 0.52% | - |
| HSV(B) | 318.8º | 0.9% | 0.95% | - |
| XYZ | 44.15 | 22.37 | 41.53 | - |
| YUV | 105.87 | 165.89 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 173 | 0 | 0.90 | 0.28 | 0.05 | 318.8 | 0.89 | 0.52 |
| Hex | F1 | 18 | AD | 0 | 5A | 1C | 5 | 13F | 59 | 34 |
| Octal | 361 | 30 | 255 | 0 | 132 | 34 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 11000 | 10101101 | 0 | 1011010 | 11100 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F118AD
Complementary color
Monochromatic Colors of #F118AD
Black with #F118AD
Text Example
Text Example
White with #F118AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118AD; }
p { color: rgb(241,24,173); }
H1.HeaderClassName
{
color: #F118AD;
}
.AnyTagClassName
{
color: #F118AD;
}
</style>
background-color css
<style>
a { background-color: #F118AD; }
a { background-color: rgb(241,24,173); }
div.DivClassName
{
background-color: #F118AD;
}
.BgClassName
{
background-color: #F118AD;
}
</style>
border-color css
<style>
span { border-color: #F118AD; }
span { border-color: rgb(241,24,173); }
td.TdClassName
{
border-color: #F118AD;
}
.TagClassName
{
border-color: #F118AD;
}
</style>