Shades of Spicy Pink #F70DAE
Tints of Spicy Pink #F70DAE
RGB
CMYK
RGB Variations
Color information
#F70DAE (or 0xF70DAE) is known color: Spicy Pink. HEX triplet: F7, 0D and AE. RGB value is (247,13,174). Sum of RGB (Red+Green+Blue) = 247+13+174=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70DAE is #08F251. Grayscale: #646464. Windows color (decimal): -586322 or 11406839. OLE color: 11406839.
HSL color Cylindrical-coordinate representation of color #F70DAE: hue angle of 318.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DAE is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 174 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.03 |
| HSL | 318.72º | 0.94% | 0.51% | - |
| HSV(B) | 318.72º | 0.95% | 0.97% | - |
| XYZ | 46.14 | 23.12 | 42.07 | - |
| YUV | 101.32 | 169.02 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 174 | 0 | 0.95 | 0.30 | 0.03 | 318.72 | 0.94 | 0.51 |
| Hex | F7 | D | AE | 0 | 5F | 1E | 3 | 13F | 5E | 33 |
| Octal | 367 | 15 | 256 | 0 | 137 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11110111 | 1101 | 10101110 | 0 | 1011111 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F70DAE
Complementary color
Monochromatic Colors of #F70DAE
Black with #F70DAE
Text Example
Text Example
White with #F70DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DAE; }
p { color: rgb(247,13,174); }
H1.HeaderClassName
{
color: #F70DAE;
}
.AnyTagClassName
{
color: #F70DAE;
}
</style>
background-color css
<style>
a { background-color: #F70DAE; }
a { background-color: rgb(247,13,174); }
div.DivClassName
{
background-color: #F70DAE;
}
.BgClassName
{
background-color: #F70DAE;
}
</style>
border-color css
<style>
span { border-color: #F70DAE; }
span { border-color: rgb(247,13,174); }
td.TdClassName
{
border-color: #F70DAE;
}
.TagClassName
{
border-color: #F70DAE;
}
</style>