Shades of Spicy Pink #F015B0
Tints of Spicy Pink #F015B0
RGB
CMYK
RGB Variations
Color information
#F015B0 (or 0xF015B0) is known color: Spicy Pink. HEX triplet: F0, 15 and B0. RGB value is (240,21,176). Sum of RGB (Red+Green+Blue) = 240+21+176=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F015B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015B0 is #0FEA4F. Grayscale: #676767. Windows color (decimal): -1043024 or 11539952. OLE color: 11539952.
HSL color Cylindrical-coordinate representation of color #F015B0: hue angle of 317.53º 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 #F015B0 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 176 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.06 |
| HSL | 317.53º | 0.88% | 0.51% | - |
| HSV(B) | 317.53º | 0.91% | 0.94% | - |
| XYZ | 44.04 | 22.2 | 43.04 | - |
| YUV | 104.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 176 | 0 | 0.91 | 0.27 | 0.06 | 317.53 | 0.88 | 0.51 |
| Hex | F0 | 15 | B0 | 0 | 5B | 1B | 6 | 13E | 58 | 33 |
| Octal | 360 | 25 | 260 | 0 | 133 | 33 | 6 | 476 | 130 | 63 |
| Binary | 11110000 | 10101 | 10110000 | 0 | 1011011 | 11011 | 110 | 100111110 | 1011000 | 110011 |
Color Harmonies of #F015B0
Complementary color
Monochromatic Colors of #F015B0
Black with #F015B0
Text Example
Text Example
White with #F015B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015B0; }
p { color: rgb(240,21,176); }
H1.HeaderClassName
{
color: #F015B0;
}
.AnyTagClassName
{
color: #F015B0;
}
</style>
background-color css
<style>
a { background-color: #F015B0; }
a { background-color: rgb(240,21,176); }
div.DivClassName
{
background-color: #F015B0;
}
.BgClassName
{
background-color: #F015B0;
}
</style>
border-color css
<style>
span { border-color: #F015B0; }
span { border-color: rgb(240,21,176); }
td.TdClassName
{
border-color: #F015B0;
}
.TagClassName
{
border-color: #F015B0;
}
</style>