Shades of Spicy Pink #F018AC
Tints of Spicy Pink #F018AC
RGB
CMYK
RGB Variations
Color information
#F018AC (or 0xF018AC) is known color: Spicy Pink. HEX triplet: F0, 18 and AC. RGB value is (240,24,172). Sum of RGB (Red+Green+Blue) = 240+24+172=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F018AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018AC is #0FE753. Grayscale: #696969. Windows color (decimal): -1042260 or 11278576. OLE color: 11278576.
HSL color Cylindrical-coordinate representation of color #F018AC: hue angle of 318.89º 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 #F018AC is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 172 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.06 |
| HSL | 318.89º | 0.88% | 0.52% | - |
| HSV(B) | 318.89º | 0.9% | 0.94% | - |
| XYZ | 43.71 | 22.16 | 41 | - |
| YUV | 105.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 172 | 0 | 0.9 | 0.28 | 0.06 | 318.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | AC | 0 | 5A | 1C | 6 | 13F | 58 | 34 |
| Octal | 360 | 30 | 254 | 0 | 132 | 34 | 6 | 477 | 130 | 64 |
| Binary | 11110000 | 11000 | 10101100 | 0 | 1011010 | 11100 | 110 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F018AC
Complementary color
Monochromatic Colors of #F018AC
Black with #F018AC
Text Example
Text Example
White with #F018AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018AC; }
p { color: rgb(240,24,172); }
H1.HeaderClassName
{
color: #F018AC;
}
.AnyTagClassName
{
color: #F018AC;
}
</style>
background-color css
<style>
a { background-color: #F018AC; }
a { background-color: rgb(240,24,172); }
div.DivClassName
{
background-color: #F018AC;
}
.BgClassName
{
background-color: #F018AC;
}
</style>
border-color css
<style>
span { border-color: #F018AC; }
span { border-color: rgb(240,24,172); }
td.TdClassName
{
border-color: #F018AC;
}
.TagClassName
{
border-color: #F018AC;
}
</style>