Shades of Spicy Pink #F719AD
Tints of Spicy Pink #F719AD
RGB
CMYK
RGB Variations
Color information
#F719AD (or 0xF719AD) is known color: Spicy Pink. HEX triplet: F7, 19 and AD. RGB value is (247,25,173). Sum of RGB (Red+Green+Blue) = 247+25+173=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F719AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F719AD is #08E652. Grayscale: #6B6B6B. Windows color (decimal): -583251 or 11344375. OLE color: 11344375.
HSL color Cylindrical-coordinate representation of color #F719AD: hue angle of 320º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719AD is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.03 |
| HSL | 320º | 0.93% | 0.53% | - |
| HSV(B) | 320º | 0.9% | 0.97% | - |
| XYZ | 46.25 | 23.49 | 41.63 | - |
| YUV | 108.25 | 164.55 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 173 | 0 | 0.90 | 0.30 | 0.03 | 320 | 0.93 | 0.53 |
| Hex | F7 | 19 | AD | 0 | 5A | 1E | 3 | 140 | 5D | 35 |
| Octal | 367 | 31 | 255 | 0 | 132 | 36 | 3 | 500 | 135 | 65 |
| Binary | 11110111 | 11001 | 10101101 | 0 | 1011010 | 11110 | 11 | 101000000 | 1011101 | 110101 |
Color Harmonies of #F719AD
Complementary color
Monochromatic Colors of #F719AD
Black with #F719AD
Text Example
Text Example
White with #F719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719AD; }
p { color: rgb(247,25,173); }
H1.HeaderClassName
{
color: #F719AD;
}
.AnyTagClassName
{
color: #F719AD;
}
</style>
background-color css
<style>
a { background-color: #F719AD; }
a { background-color: rgb(247,25,173); }
div.DivClassName
{
background-color: #F719AD;
}
.BgClassName
{
background-color: #F719AD;
}
</style>
border-color css
<style>
span { border-color: #F719AD; }
span { border-color: rgb(247,25,173); }
td.TdClassName
{
border-color: #F719AD;
}
.TagClassName
{
border-color: #F719AD;
}
</style>