Shades of Spicy Pink #F714AD
Tints of Spicy Pink #F714AD
RGB
CMYK
RGB Variations
Color information
#F714AD (or 0xF714AD) is known color: Spicy Pink. HEX triplet: F7, 14 and AD. RGB value is (247,20,173). Sum of RGB (Red+Green+Blue) = 247+20+173=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F714AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F714AD is #08EB52. Grayscale: #686868. Windows color (decimal): -584531 or 11343095. OLE color: 11343095.
HSL color Cylindrical-coordinate representation of color #F714AD: hue angle of 319.56º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F714AD is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.03 |
| HSL | 319.56º | 0.93% | 0.52% | - |
| HSV(B) | 319.56º | 0.92% | 0.97% | - |
| XYZ | 46.15 | 23.29 | 41.6 | - |
| YUV | 105.32 | 166.21 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 173 | 0 | 0.92 | 0.30 | 0.03 | 319.56 | 0.93 | 0.52 |
| Hex | F7 | 14 | AD | 0 | 5C | 1E | 3 | 140 | 5D | 34 |
| Octal | 367 | 24 | 255 | 0 | 134 | 36 | 3 | 500 | 135 | 64 |
| Binary | 11110111 | 10100 | 10101101 | 0 | 1011100 | 11110 | 11 | 101000000 | 1011101 | 110100 |
Color Harmonies of #F714AD
Complementary color
Monochromatic Colors of #F714AD
Black with #F714AD
Text Example
Text Example
White with #F714AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714AD; }
p { color: rgb(247,20,173); }
H1.HeaderClassName
{
color: #F714AD;
}
.AnyTagClassName
{
color: #F714AD;
}
</style>
background-color css
<style>
a { background-color: #F714AD; }
a { background-color: rgb(247,20,173); }
div.DivClassName
{
background-color: #F714AD;
}
.BgClassName
{
background-color: #F714AD;
}
</style>
border-color css
<style>
span { border-color: #F714AD; }
span { border-color: rgb(247,20,173); }
td.TdClassName
{
border-color: #F714AD;
}
.TagClassName
{
border-color: #F714AD;
}
</style>