Shades of Spicy Pink #F70FAC
Tints of Spicy Pink #F70FAC
RGB
CMYK
RGB Variations
Color information
#F70FAC (or 0xF70FAC) is known color: Spicy Pink. HEX triplet: F7, 0F and AC. RGB value is (247,15,172). Sum of RGB (Red+Green+Blue) = 247+15+172=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70FAC is #08F053. Grayscale: #656565. Windows color (decimal): -585812 or 11276279. OLE color: 11276279.
HSL color Cylindrical-coordinate representation of color #F70FAC: hue angle of 319.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FAC is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.03 |
| HSL | 319.4º | 0.94% | 0.51% | - |
| HSV(B) | 319.4º | 0.94% | 0.97% | - |
| XYZ | 45.97 | 23.09 | 41.06 | - |
| YUV | 102.27 | 167.36 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 172 | 0 | 0.94 | 0.30 | 0.03 | 319.4 | 0.94 | 0.51 |
| Hex | F7 | F | AC | 0 | 5E | 1E | 3 | 13F | 5E | 33 |
| Octal | 367 | 17 | 254 | 0 | 136 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11110111 | 1111 | 10101100 | 0 | 1011110 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F70FAC
Complementary color
Monochromatic Colors of #F70FAC
Black with #F70FAC
Text Example
Text Example
White with #F70FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FAC; }
p { color: rgb(247,15,172); }
H1.HeaderClassName
{
color: #F70FAC;
}
.AnyTagClassName
{
color: #F70FAC;
}
</style>
background-color css
<style>
a { background-color: #F70FAC; }
a { background-color: rgb(247,15,172); }
div.DivClassName
{
background-color: #F70FAC;
}
.BgClassName
{
background-color: #F70FAC;
}
</style>
border-color css
<style>
span { border-color: #F70FAC; }
span { border-color: rgb(247,15,172); }
td.TdClassName
{
border-color: #F70FAC;
}
.TagClassName
{
border-color: #F70FAC;
}
</style>