Shades of Spicy Pink #F018A0
Tints of Spicy Pink #F018A0
RGB
CMYK
RGB Variations
Color information
#F018A0 (or 0xF018A0) is known color: Spicy Pink. HEX triplet: F0, 18 and A0. RGB value is (240,24,160). Sum of RGB (Red+Green+Blue) = 240+24+160=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F018A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018A0 is #0FE75F. Grayscale: #676767. Windows color (decimal): -1042272 or 10492144. OLE color: 10492144.
HSL color Cylindrical-coordinate representation of color #F018A0: hue angle of 322.22º 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 #F018A0 is Cyan = 0, Magento = 0.9, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 160 | - |
| CMYK | 0 | 0.9 | 0.33 | 0.06 |
| HSL | 322.22º | 0.88% | 0.52% | - |
| HSV(B) | 322.22º | 0.9% | 0.94% | - |
| XYZ | 42.61 | 21.72 | 35.2 | - |
| YUV | 104.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 160 | 0 | 0.9 | 0.33 | 0.06 | 322.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | A0 | 0 | 5A | 21 | 6 | 142 | 58 | 34 |
| Octal | 360 | 30 | 240 | 0 | 132 | 41 | 6 | 502 | 130 | 64 |
| Binary | 11110000 | 11000 | 10100000 | 0 | 1011010 | 100001 | 110 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F018A0
Complementary color
Monochromatic Colors of #F018A0
Black with #F018A0
Text Example
Text Example
White with #F018A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018A0; }
p { color: rgb(240,24,160); }
H1.HeaderClassName
{
color: #F018A0;
}
.AnyTagClassName
{
color: #F018A0;
}
</style>
background-color css
<style>
a { background-color: #F018A0; }
a { background-color: rgb(240,24,160); }
div.DivClassName
{
background-color: #F018A0;
}
.BgClassName
{
background-color: #F018A0;
}
</style>
border-color css
<style>
span { border-color: #F018A0; }
span { border-color: rgb(240,24,160); }
td.TdClassName
{
border-color: #F018A0;
}
.TagClassName
{
border-color: #F018A0;
}
</style>