Shades of Spicy Pink #F715B1
Tints of Spicy Pink #F715B1
RGB
CMYK
RGB Variations
Color information
#F715B1 (or 0xF715B1) is known color: Spicy Pink. HEX triplet: F7, 15 and B1. RGB value is (247,21,177). Sum of RGB (Red+Green+Blue) = 247+21+177=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F715B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F715B1 is #08EA4E. Grayscale: #696969. Windows color (decimal): -584271 or 11605495. OLE color: 11605495.
HSL color Cylindrical-coordinate representation of color #F715B1: hue angle of 318.58º 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 #F715B1 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 177 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.03 |
| HSL | 318.58º | 0.93% | 0.53% | - |
| HSV(B) | 318.58º | 0.91% | 0.97% | - |
| XYZ | 46.56 | 23.48 | 43.67 | - |
| YUV | 106.36 | 167.87 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 177 | 0 | 0.91 | 0.28 | 0.03 | 318.58 | 0.93 | 0.53 |
| Hex | F7 | 15 | B1 | 0 | 5B | 1C | 3 | 13F | 5D | 35 |
| Octal | 367 | 25 | 261 | 0 | 133 | 34 | 3 | 477 | 135 | 65 |
| Binary | 11110111 | 10101 | 10110001 | 0 | 1011011 | 11100 | 11 | 100111111 | 1011101 | 110101 |
Color Harmonies of #F715B1
Complementary color
Monochromatic Colors of #F715B1
Black with #F715B1
Text Example
Text Example
White with #F715B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715B1; }
p { color: rgb(247,21,177); }
H1.HeaderClassName
{
color: #F715B1;
}
.AnyTagClassName
{
color: #F715B1;
}
</style>
background-color css
<style>
a { background-color: #F715B1; }
a { background-color: rgb(247,21,177); }
div.DivClassName
{
background-color: #F715B1;
}
.BgClassName
{
background-color: #F715B1;
}
</style>
border-color css
<style>
span { border-color: #F715B1; }
span { border-color: rgb(247,21,177); }
td.TdClassName
{
border-color: #F715B1;
}
.TagClassName
{
border-color: #F715B1;
}
</style>