Shades of Spicy Pink #F017B2
Tints of Spicy Pink #F017B2
RGB
CMYK
RGB Variations
Color information
#F017B2 (or 0xF017B2) is known color: Spicy Pink. HEX triplet: F0, 17 and B2. RGB value is (240,23,178). Sum of RGB (Red+Green+Blue) = 240+23+178=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F017B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F017B2 is #0FE84D. Grayscale: #696969. Windows color (decimal): -1042510 or 11671536. OLE color: 11671536.
HSL color Cylindrical-coordinate representation of color #F017B2: hue angle of 317.14º 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 #F017B2 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 178 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.06 |
| HSL | 317.14º | 0.88% | 0.52% | - |
| HSV(B) | 317.14º | 0.9% | 0.94% | - |
| XYZ | 44.28 | 22.35 | 44.1 | - |
| YUV | 105.55 | 168.89 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 178 | 0 | 0.90 | 0.26 | 0.06 | 317.14 | 0.88 | 0.52 |
| Hex | F0 | 17 | B2 | 0 | 5A | 1A | 6 | 13D | 58 | 34 |
| Octal | 360 | 27 | 262 | 0 | 132 | 32 | 6 | 475 | 130 | 64 |
| Binary | 11110000 | 10111 | 10110010 | 0 | 1011010 | 11010 | 110 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F017B2
Complementary color
Monochromatic Colors of #F017B2
Black with #F017B2
Text Example
Text Example
White with #F017B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017B2; }
p { color: rgb(240,23,178); }
H1.HeaderClassName
{
color: #F017B2;
}
.AnyTagClassName
{
color: #F017B2;
}
</style>
background-color css
<style>
a { background-color: #F017B2; }
a { background-color: rgb(240,23,178); }
div.DivClassName
{
background-color: #F017B2;
}
.BgClassName
{
background-color: #F017B2;
}
</style>
border-color css
<style>
span { border-color: #F017B2; }
span { border-color: rgb(240,23,178); }
td.TdClassName
{
border-color: #F017B2;
}
.TagClassName
{
border-color: #F017B2;
}
</style>