Shades of Spicy Pink #F715B0
Tints of Spicy Pink #F715B0
RGB
CMYK
RGB Variations
Color information
#F715B0 (or 0xF715B0) is known color: Spicy Pink. HEX triplet: F7, 15 and B0. RGB value is (247,21,176). Sum of RGB (Red+Green+Blue) = 247+21+176=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F715B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F715B0 is #08EA4F. Grayscale: #696969. Windows color (decimal): -584272 or 11539959. OLE color: 11539959.
HSL color Cylindrical-coordinate representation of color #F715B0: hue angle of 318.85º 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 #F715B0 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 176 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.03 |
| HSL | 318.85º | 0.93% | 0.53% | - |
| HSV(B) | 318.85º | 0.91% | 0.97% | - |
| XYZ | 46.46 | 23.45 | 43.15 | - |
| YUV | 106.24 | 167.37 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 176 | 0 | 0.91 | 0.29 | 0.03 | 318.85 | 0.93 | 0.53 |
| Hex | F7 | 15 | B0 | 0 | 5B | 1D | 3 | 13F | 5D | 35 |
| Octal | 367 | 25 | 260 | 0 | 133 | 35 | 3 | 477 | 135 | 65 |
| Binary | 11110111 | 10101 | 10110000 | 0 | 1011011 | 11101 | 11 | 100111111 | 1011101 | 110101 |
Color Harmonies of #F715B0
Complementary color
Monochromatic Colors of #F715B0
Black with #F715B0
Text Example
Text Example
White with #F715B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715B0; }
p { color: rgb(247,21,176); }
H1.HeaderClassName
{
color: #F715B0;
}
.AnyTagClassName
{
color: #F715B0;
}
</style>
background-color css
<style>
a { background-color: #F715B0; }
a { background-color: rgb(247,21,176); }
div.DivClassName
{
background-color: #F715B0;
}
.BgClassName
{
background-color: #F715B0;
}
</style>
border-color css
<style>
span { border-color: #F715B0; }
span { border-color: rgb(247,21,176); }
td.TdClassName
{
border-color: #F715B0;
}
.TagClassName
{
border-color: #F715B0;
}
</style>