Shades of Spicy Pink #F015A1
Tints of Spicy Pink #F015A1
RGB
CMYK
RGB Variations
Color information
#F015A1 (or 0xF015A1) is known color: Spicy Pink. HEX triplet: F0, 15 and A1. RGB value is (240,21,161). Sum of RGB (Red+Green+Blue) = 240+21+161=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A1 is #0FEA5E. Grayscale: #666666. Windows color (decimal): -1043039 or 10556912. OLE color: 10556912.
HSL color Cylindrical-coordinate representation of color #F015A1: hue angle of 321.64º 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 #F015A1 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.06 |
| HSL | 321.64º | 0.88% | 0.51% | - |
| HSV(B) | 321.64º | 0.91% | 0.94% | - |
| XYZ | 42.64 | 21.63 | 35.65 | - |
| YUV | 102.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 161 | 0 | 0.91 | 0.33 | 0.06 | 321.64 | 0.88 | 0.51 |
| Hex | F0 | 15 | A1 | 0 | 5B | 21 | 6 | 142 | 58 | 33 |
| Octal | 360 | 25 | 241 | 0 | 133 | 41 | 6 | 502 | 130 | 63 |
| Binary | 11110000 | 10101 | 10100001 | 0 | 1011011 | 100001 | 110 | 101000010 | 1011000 | 110011 |
Color Harmonies of #F015A1
Complementary color
Monochromatic Colors of #F015A1
Black with #F015A1
Text Example
Text Example
White with #F015A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015A1; }
p { color: rgb(240,21,161); }
H1.HeaderClassName
{
color: #F015A1;
}
.AnyTagClassName
{
color: #F015A1;
}
</style>
background-color css
<style>
a { background-color: #F015A1; }
a { background-color: rgb(240,21,161); }
div.DivClassName
{
background-color: #F015A1;
}
.BgClassName
{
background-color: #F015A1;
}
</style>
border-color css
<style>
span { border-color: #F015A1; }
span { border-color: rgb(240,21,161); }
td.TdClassName
{
border-color: #F015A1;
}
.TagClassName
{
border-color: #F015A1;
}
</style>