Shades of Spicy Pink #F715AD
Tints of Spicy Pink #F715AD
RGB
CMYK
RGB Variations
Color information
#F715AD (or 0xF715AD) is known color: Spicy Pink. HEX triplet: F7, 15 and AD. RGB value is (247,21,173). Sum of RGB (Red+Green+Blue) = 247+21+173=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F715AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F715AD is #08EA52. Grayscale: #696969. Windows color (decimal): -584275 or 11343351. OLE color: 11343351.
HSL color Cylindrical-coordinate representation of color #F715AD: hue angle of 319.65º 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 #F715AD is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.03 |
| HSL | 319.65º | 0.93% | 0.53% | - |
| HSV(B) | 319.65º | 0.91% | 0.97% | - |
| XYZ | 46.17 | 23.33 | 41.6 | - |
| YUV | 105.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 173 | 0 | 0.91 | 0.30 | 0.03 | 319.65 | 0.93 | 0.53 |
| Hex | F7 | 15 | AD | 0 | 5B | 1E | 3 | 140 | 5D | 35 |
| Octal | 367 | 25 | 255 | 0 | 133 | 36 | 3 | 500 | 135 | 65 |
| Binary | 11110111 | 10101 | 10101101 | 0 | 1011011 | 11110 | 11 | 101000000 | 1011101 | 110101 |
Color Harmonies of #F715AD
Complementary color
Monochromatic Colors of #F715AD
Black with #F715AD
Text Example
Text Example
White with #F715AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715AD; }
p { color: rgb(247,21,173); }
H1.HeaderClassName
{
color: #F715AD;
}
.AnyTagClassName
{
color: #F715AD;
}
</style>
background-color css
<style>
a { background-color: #F715AD; }
a { background-color: rgb(247,21,173); }
div.DivClassName
{
background-color: #F715AD;
}
.BgClassName
{
background-color: #F715AD;
}
</style>
border-color css
<style>
span { border-color: #F715AD; }
span { border-color: rgb(247,21,173); }
td.TdClassName
{
border-color: #F715AD;
}
.TagClassName
{
border-color: #F715AD;
}
</style>