Shades of Spicy Pink #F70FB0
Tints of Spicy Pink #F70FB0
RGB
CMYK
RGB Variations
Color information
#F70FB0 (or 0xF70FB0) is known color: Spicy Pink. HEX triplet: F7, 0F and B0. RGB value is (247,15,176). Sum of RGB (Red+Green+Blue) = 247+15+176=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70FB0 is #08F04F. Grayscale: #666666. Windows color (decimal): -585808 or 11538423. OLE color: 11538423.
HSL color Cylindrical-coordinate representation of color #F70FB0: hue angle of 318.36º 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 #F70FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 176 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.03 |
| HSL | 318.36º | 0.94% | 0.51% | - |
| HSV(B) | 318.36º | 0.94% | 0.97% | - |
| XYZ | 46.37 | 23.25 | 43.12 | - |
| YUV | 102.72 | 169.36 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 176 | 0 | 0.94 | 0.29 | 0.03 | 318.36 | 0.94 | 0.51 |
| Hex | F7 | F | B0 | 0 | 5E | 1D | 3 | 13E | 5E | 33 |
| Octal | 367 | 17 | 260 | 0 | 136 | 35 | 3 | 476 | 136 | 63 |
| Binary | 11110111 | 1111 | 10110000 | 0 | 1011110 | 11101 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F70FB0
Complementary color
Monochromatic Colors of #F70FB0
Black with #F70FB0
Text Example
Text Example
White with #F70FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FB0; }
p { color: rgb(247,15,176); }
H1.HeaderClassName
{
color: #F70FB0;
}
.AnyTagClassName
{
color: #F70FB0;
}
</style>
background-color css
<style>
a { background-color: #F70FB0; }
a { background-color: rgb(247,15,176); }
div.DivClassName
{
background-color: #F70FB0;
}
.BgClassName
{
background-color: #F70FB0;
}
</style>
border-color css
<style>
span { border-color: #F70FB0; }
span { border-color: rgb(247,15,176); }
td.TdClassName
{
border-color: #F70FB0;
}
.TagClassName
{
border-color: #F70FB0;
}
</style>