Shades of Spicy Pink #F717B0
Tints of Spicy Pink #F717B0
RGB
CMYK
RGB Variations
Color information
#F717B0 (or 0xF717B0) is known color: Spicy Pink. HEX triplet: F7, 17 and B0. RGB value is (247,23,176). Sum of RGB (Red+Green+Blue) = 247+23+176=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F717B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F717B0 is #08E84F. Grayscale: #6B6B6B. Windows color (decimal): -583760 or 11540471. OLE color: 11540471.
HSL color Cylindrical-coordinate representation of color #F717B0: hue angle of 319.02º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717B0 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 176 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.03 |
| HSL | 319.02º | 0.93% | 0.53% | - |
| HSV(B) | 319.02º | 0.91% | 0.97% | - |
| XYZ | 46.5 | 23.52 | 43.16 | - |
| YUV | 107.42 | 166.71 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 176 | 0 | 0.91 | 0.29 | 0.03 | 319.02 | 0.93 | 0.53 |
| Hex | F7 | 17 | B0 | 0 | 5B | 1D | 3 | 13F | 5D | 35 |
| Octal | 367 | 27 | 260 | 0 | 133 | 35 | 3 | 477 | 135 | 65 |
| Binary | 11110111 | 10111 | 10110000 | 0 | 1011011 | 11101 | 11 | 100111111 | 1011101 | 110101 |
Color Harmonies of #F717B0
Complementary color
Monochromatic Colors of #F717B0
Black with #F717B0
Text Example
Text Example
White with #F717B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717B0; }
p { color: rgb(247,23,176); }
H1.HeaderClassName
{
color: #F717B0;
}
.AnyTagClassName
{
color: #F717B0;
}
</style>
background-color css
<style>
a { background-color: #F717B0; }
a { background-color: rgb(247,23,176); }
div.DivClassName
{
background-color: #F717B0;
}
.BgClassName
{
background-color: #F717B0;
}
</style>
border-color css
<style>
span { border-color: #F717B0; }
span { border-color: rgb(247,23,176); }
td.TdClassName
{
border-color: #F717B0;
}
.TagClassName
{
border-color: #F717B0;
}
</style>