Shades of Spicy Pink #F018A1
Tints of Spicy Pink #F018A1
RGB
CMYK
RGB Variations
Color information
#F018A1 (or 0xF018A1) is known color: Spicy Pink. HEX triplet: F0, 18 and A1. RGB value is (240,24,161). Sum of RGB (Red+Green+Blue) = 240+24+161=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F018A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018A1 is #0FE75E. Grayscale: #676767. Windows color (decimal): -1042271 or 10557680. OLE color: 10557680.
HSL color Cylindrical-coordinate representation of color #F018A1: hue angle of 321.94º 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 #F018A1 is Cyan = 0, Magento = 0.9, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 161 | - |
| CMYK | 0 | 0.9 | 0.33 | 0.06 |
| HSL | 321.94º | 0.88% | 0.52% | - |
| HSV(B) | 321.94º | 0.9% | 0.94% | - |
| XYZ | 42.69 | 21.75 | 35.67 | - |
| YUV | 104.2 | 160.06 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 161 | 0 | 0.9 | 0.33 | 0.06 | 321.94 | 0.88 | 0.52 |
| Hex | F0 | 18 | A1 | 0 | 5A | 21 | 6 | 142 | 58 | 34 |
| Octal | 360 | 30 | 241 | 0 | 132 | 41 | 6 | 502 | 130 | 64 |
| Binary | 11110000 | 11000 | 10100001 | 0 | 1011010 | 100001 | 110 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F018A1
Complementary color
Monochromatic Colors of #F018A1
Black with #F018A1
Text Example
Text Example
White with #F018A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018A1; }
p { color: rgb(240,24,161); }
H1.HeaderClassName
{
color: #F018A1;
}
.AnyTagClassName
{
color: #F018A1;
}
</style>
background-color css
<style>
a { background-color: #F018A1; }
a { background-color: rgb(240,24,161); }
div.DivClassName
{
background-color: #F018A1;
}
.BgClassName
{
background-color: #F018A1;
}
</style>
border-color css
<style>
span { border-color: #F018A1; }
span { border-color: rgb(240,24,161); }
td.TdClassName
{
border-color: #F018A1;
}
.TagClassName
{
border-color: #F018A1;
}
</style>