Shades of Spicy Pink #F015A8
Tints of Spicy Pink #F015A8
RGB
CMYK
RGB Variations
Color information
#F015A8 (or 0xF015A8) is known color: Spicy Pink. HEX triplet: F0, 15 and A8. RGB value is (240,21,168). Sum of RGB (Red+Green+Blue) = 240+21+168=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A8 is #0FEA57. Grayscale: #666666. Windows color (decimal): -1043032 or 11015664. OLE color: 11015664.
HSL color Cylindrical-coordinate representation of color #F015A8: hue angle of 319.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015A8 is Cyan = 0, Magento = 0.91, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 168 | - |
| CMYK | 0 | 0.91 | 0.3 | 0.06 |
| HSL | 319.73º | 0.88% | 0.51% | - |
| HSV(B) | 319.73º | 0.91% | 0.94% | - |
| XYZ | 43.27 | 21.89 | 38.99 | - |
| YUV | 103.24 | 164.55 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 168 | 0 | 0.91 | 0.3 | 0.06 | 319.73 | 0.88 | 0.51 |
| Hex | F0 | 15 | A8 | 0 | 5B | 1E | 6 | 140 | 58 | 33 |
| Octal | 360 | 25 | 250 | 0 | 133 | 36 | 6 | 500 | 130 | 63 |
| Binary | 11110000 | 10101 | 10101000 | 0 | 1011011 | 11110 | 110 | 101000000 | 1011000 | 110011 |
Color Harmonies of #F015A8
Complementary color
Monochromatic Colors of #F015A8
Black with #F015A8
Text Example
Text Example
White with #F015A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015A8; }
p { color: rgb(240,21,168); }
H1.HeaderClassName
{
color: #F015A8;
}
.AnyTagClassName
{
color: #F015A8;
}
</style>
background-color css
<style>
a { background-color: #F015A8; }
a { background-color: rgb(240,21,168); }
div.DivClassName
{
background-color: #F015A8;
}
.BgClassName
{
background-color: #F015A8;
}
</style>
border-color css
<style>
span { border-color: #F015A8; }
span { border-color: rgb(240,21,168); }
td.TdClassName
{
border-color: #F015A8;
}
.TagClassName
{
border-color: #F015A8;
}
</style>