Shades of Spicy Pink #F71DAE
Tints of Spicy Pink #F71DAE
RGB
CMYK
RGB Variations
Color information
#F71DAE (or 0xF71DAE) is known color: Spicy Pink. HEX triplet: F7, 1D and AE. RGB value is (247,29,174). Sum of RGB (Red+Green+Blue) = 247+29+174=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71DAE is #08E251. Grayscale: #6E6E6E. Windows color (decimal): -582226 or 11410935. OLE color: 11410935.
HSL color Cylindrical-coordinate representation of color #F71DAE: hue angle of 320.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DAE is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 174 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.03 |
| HSL | 320.09º | 0.93% | 0.54% | - |
| HSV(B) | 320.09º | 0.88% | 0.97% | - |
| XYZ | 46.44 | 23.71 | 42.17 | - |
| YUV | 110.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 174 | 0 | 0.88 | 0.30 | 0.03 | 320.09 | 0.93 | 0.54 |
| Hex | F7 | 1D | AE | 0 | 58 | 1E | 3 | 140 | 5D | 36 |
| Octal | 367 | 35 | 256 | 0 | 130 | 36 | 3 | 500 | 135 | 66 |
| Binary | 11110111 | 11101 | 10101110 | 0 | 1011000 | 11110 | 11 | 101000000 | 1011101 | 110110 |
Color Harmonies of #F71DAE
Complementary color
Monochromatic Colors of #F71DAE
Black with #F71DAE
Text Example
Text Example
White with #F71DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DAE; }
p { color: rgb(247,29,174); }
H1.HeaderClassName
{
color: #F71DAE;
}
.AnyTagClassName
{
color: #F71DAE;
}
</style>
background-color css
<style>
a { background-color: #F71DAE; }
a { background-color: rgb(247,29,174); }
div.DivClassName
{
background-color: #F71DAE;
}
.BgClassName
{
background-color: #F71DAE;
}
</style>
border-color css
<style>
span { border-color: #F71DAE; }
span { border-color: rgb(247,29,174); }
td.TdClassName
{
border-color: #F71DAE;
}
.TagClassName
{
border-color: #F71DAE;
}
</style>