Shades of Spicy Pink #F018AA
Tints of Spicy Pink #F018AA
RGB
CMYK
RGB Variations
Color information
#F018AA (or 0xF018AA) is known color: Spicy Pink. HEX triplet: F0, 18 and AA. RGB value is (240,24,170). Sum of RGB (Red+Green+Blue) = 240+24+170=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F018AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018AA is #0FE755. Grayscale: #686868. Windows color (decimal): -1042262 or 11147504. OLE color: 11147504.
HSL color Cylindrical-coordinate representation of color #F018AA: hue angle of 319.44º 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 #F018AA is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 170 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.06 |
| HSL | 319.44º | 0.88% | 0.52% | - |
| HSV(B) | 319.44º | 0.9% | 0.94% | - |
| XYZ | 43.52 | 22.08 | 40 | - |
| YUV | 105.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 170 | 0 | 0.9 | 0.29 | 0.06 | 319.44 | 0.88 | 0.52 |
| Hex | F0 | 18 | AA | 0 | 5A | 1D | 6 | 13F | 58 | 34 |
| Octal | 360 | 30 | 252 | 0 | 132 | 35 | 6 | 477 | 130 | 64 |
| Binary | 11110000 | 11000 | 10101010 | 0 | 1011010 | 11101 | 110 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F018AA
Complementary color
Monochromatic Colors of #F018AA
Black with #F018AA
Text Example
Text Example
White with #F018AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018AA; }
p { color: rgb(240,24,170); }
H1.HeaderClassName
{
color: #F018AA;
}
.AnyTagClassName
{
color: #F018AA;
}
</style>
background-color css
<style>
a { background-color: #F018AA; }
a { background-color: rgb(240,24,170); }
div.DivClassName
{
background-color: #F018AA;
}
.BgClassName
{
background-color: #F018AA;
}
</style>
border-color css
<style>
span { border-color: #F018AA; }
span { border-color: rgb(240,24,170); }
td.TdClassName
{
border-color: #F018AA;
}
.TagClassName
{
border-color: #F018AA;
}
</style>