Shades of Deep Pink #F70687
Tints of Deep Pink #F70687
RGB
CMYK
RGB Variations
Color information
#F70687 (or 0xF70687) is known color: Deep Pink. HEX triplet: F7, 06 and 87. RGB value is (247,6,135). Sum of RGB (Red+Green+Blue) = 247+6+135=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F70687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70687 is #08F978. Grayscale: #5C5C5C. Windows color (decimal): -588153 or 8849143. OLE color: 8849143.
HSL color Cylindrical-coordinate representation of color #F70687: hue angle of 327.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70687 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 135 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.03 |
| HSL | 327.88º | 0.95% | 0.5% | - |
| HSV(B) | 327.88º | 0.98% | 0.97% | - |
| XYZ | 42.8 | 21.65 | 24.85 | - |
| YUV | 92.77 | 151.84 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 135 | 0 | 0.98 | 0.45 | 0.03 | 327.88 | 0.95 | 0.5 |
| Hex | F7 | 6 | 87 | 0 | 62 | 2D | 3 | 148 | 5F | 32 |
| Octal | 367 | 6 | 207 | 0 | 142 | 55 | 3 | 510 | 137 | 62 |
| Binary | 11110111 | 110 | 10000111 | 0 | 1100010 | 101101 | 11 | 101001000 | 1011111 | 110010 |
Color Harmonies of #F70687
Complementary color
Monochromatic Colors of #F70687
Black with #F70687
Text Example
Text Example
White with #F70687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70687; }
p { color: rgb(247,6,135); }
H1.HeaderClassName
{
color: #F70687;
}
.AnyTagClassName
{
color: #F70687;
}
</style>
background-color css
<style>
a { background-color: #F70687; }
a { background-color: rgb(247,6,135); }
div.DivClassName
{
background-color: #F70687;
}
.BgClassName
{
background-color: #F70687;
}
</style>
border-color css
<style>
span { border-color: #F70687; }
span { border-color: rgb(247,6,135); }
td.TdClassName
{
border-color: #F70687;
}
.TagClassName
{
border-color: #F70687;
}
</style>