Shades of Deep Pink #F70D7E
Tints of Deep Pink #F70D7E
RGB
CMYK
RGB Variations
Color information
#F70D7E (or 0xF70D7E) is known color: Deep Pink. HEX triplet: F7, 0D and 7E. RGB value is (247,13,126). Sum of RGB (Red+Green+Blue) = 247+13+126=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70D7E is #08F281. Grayscale: #5F5F5F. Windows color (decimal): -586370 or 8261111. OLE color: 8261111.
HSL color Cylindrical-coordinate representation of color #F70D7E: hue angle of 331.03º 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 #F70D7E is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 126 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.03 |
| HSL | 331.03º | 0.94% | 0.51% | - |
| HSV(B) | 331.03º | 0.95% | 0.97% | - |
| XYZ | 42.27 | 21.57 | 21.67 | - |
| YUV | 95.85 | 145.02 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 126 | 0 | 0.95 | 0.49 | 0.03 | 331.03 | 0.94 | 0.51 |
| Hex | F7 | D | 7E | 0 | 5F | 31 | 3 | 14B | 5E | 33 |
| Octal | 367 | 15 | 176 | 0 | 137 | 61 | 3 | 513 | 136 | 63 |
| Binary | 11110111 | 1101 | 1111110 | 0 | 1011111 | 110001 | 11 | 101001011 | 1011110 | 110011 |
Color Harmonies of #F70D7E
Complementary color
Monochromatic Colors of #F70D7E
Black with #F70D7E
Text Example
Text Example
White with #F70D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D7E; }
p { color: rgb(247,13,126); }
H1.HeaderClassName
{
color: #F70D7E;
}
.AnyTagClassName
{
color: #F70D7E;
}
</style>
background-color css
<style>
a { background-color: #F70D7E; }
a { background-color: rgb(247,13,126); }
div.DivClassName
{
background-color: #F70D7E;
}
.BgClassName
{
background-color: #F70D7E;
}
</style>
border-color css
<style>
span { border-color: #F70D7E; }
span { border-color: rgb(247,13,126); }
td.TdClassName
{
border-color: #F70D7E;
}
.TagClassName
{
border-color: #F70D7E;
}
</style>