Shades of Spicy Pink #F018AB
Tints of Spicy Pink #F018AB
RGB
CMYK
RGB Variations
Color information
#F018AB (or 0xF018AB) is known color: Spicy Pink. HEX triplet: F0, 18 and AB. RGB value is (240,24,171). Sum of RGB (Red+Green+Blue) = 240+24+171=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F018AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018AB is #0FE754. Grayscale: #686868. Windows color (decimal): -1042261 or 11213040. OLE color: 11213040.
HSL color Cylindrical-coordinate representation of color #F018AB: hue angle of 319.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018AB is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 171 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.06 |
| HSL | 319.17º | 0.88% | 0.52% | - |
| HSV(B) | 319.17º | 0.9% | 0.94% | - |
| XYZ | 43.61 | 22.12 | 40.5 | - |
| YUV | 105.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 171 | 0 | 0.9 | 0.29 | 0.06 | 319.17 | 0.88 | 0.52 |
| Hex | F0 | 18 | AB | 0 | 5A | 1D | 6 | 13F | 58 | 34 |
| Octal | 360 | 30 | 253 | 0 | 132 | 35 | 6 | 477 | 130 | 64 |
| Binary | 11110000 | 11000 | 10101011 | 0 | 1011010 | 11101 | 110 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F018AB
Complementary color
Monochromatic Colors of #F018AB
Black with #F018AB
Text Example
Text Example
White with #F018AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018AB; }
p { color: rgb(240,24,171); }
H1.HeaderClassName
{
color: #F018AB;
}
.AnyTagClassName
{
color: #F018AB;
}
</style>
background-color css
<style>
a { background-color: #F018AB; }
a { background-color: rgb(240,24,171); }
div.DivClassName
{
background-color: #F018AB;
}
.BgClassName
{
background-color: #F018AB;
}
</style>
border-color css
<style>
span { border-color: #F018AB; }
span { border-color: rgb(240,24,171); }
td.TdClassName
{
border-color: #F018AB;
}
.TagClassName
{
border-color: #F018AB;
}
</style>