Shades of Spicy Pink #F715AF
Tints of Spicy Pink #F715AF
RGB
CMYK
RGB Variations
Color information
#F715AF (or 0xF715AF) is known color: Spicy Pink. HEX triplet: F7, 15 and AF. RGB value is (247,21,175). Sum of RGB (Red+Green+Blue) = 247+21+175=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F715AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F715AF is #08EA50. Grayscale: #696969. Windows color (decimal): -584273 or 11474423. OLE color: 11474423.
HSL color Cylindrical-coordinate representation of color #F715AF: hue angle of 319.12º 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 #F715AF is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 175 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.03 |
| HSL | 319.12º | 0.93% | 0.53% | - |
| HSV(B) | 319.12º | 0.91% | 0.97% | - |
| XYZ | 46.36 | 23.41 | 42.63 | - |
| YUV | 106.13 | 166.87 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 175 | 0 | 0.91 | 0.29 | 0.03 | 319.12 | 0.93 | 0.53 |
| Hex | F7 | 15 | AF | 0 | 5B | 1D | 3 | 13F | 5D | 35 |
| Octal | 367 | 25 | 257 | 0 | 133 | 35 | 3 | 477 | 135 | 65 |
| Binary | 11110111 | 10101 | 10101111 | 0 | 1011011 | 11101 | 11 | 100111111 | 1011101 | 110101 |
Color Harmonies of #F715AF
Complementary color
Monochromatic Colors of #F715AF
Black with #F715AF
Text Example
Text Example
White with #F715AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715AF; }
p { color: rgb(247,21,175); }
H1.HeaderClassName
{
color: #F715AF;
}
.AnyTagClassName
{
color: #F715AF;
}
</style>
background-color css
<style>
a { background-color: #F715AF; }
a { background-color: rgb(247,21,175); }
div.DivClassName
{
background-color: #F715AF;
}
.BgClassName
{
background-color: #F715AF;
}
</style>
border-color css
<style>
span { border-color: #F715AF; }
span { border-color: rgb(247,21,175); }
td.TdClassName
{
border-color: #F715AF;
}
.TagClassName
{
border-color: #F715AF;
}
</style>