Shades of Deep Pink #F7047A
Tints of Deep Pink #F7047A
RGB
CMYK
RGB Variations
Color information
#F7047A (or 0xF7047A) is known color: Deep Pink. HEX triplet: F7, 04 and 7A. RGB value is (247,4,122). Sum of RGB (Red+Green+Blue) = 247+4+122=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7047A is #08FB85. Grayscale: #595959. Windows color (decimal): -588678 or 7996663. OLE color: 7996663.
HSL color Cylindrical-coordinate representation of color #F7047A: hue angle of 330.86º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7047A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.03 |
| HSL | 330.86º | 0.97% | 0.49% | - |
| HSV(B) | 330.86º | 0.98% | 0.97% | - |
| XYZ | 41.91 | 21.27 | 20.31 | - |
| YUV | 90.11 | 146.01 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 122 | 0 | 0.98 | 0.51 | 0.03 | 330.86 | 0.97 | 0.49 |
| Hex | F7 | 4 | 7A | 0 | 62 | 33 | 3 | 14B | 61 | 31 |
| Octal | 367 | 4 | 172 | 0 | 142 | 63 | 3 | 513 | 141 | 61 |
| Binary | 11110111 | 100 | 1111010 | 0 | 1100010 | 110011 | 11 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F7047A
Complementary color
Monochromatic Colors of #F7047A
Black with #F7047A
Text Example
Text Example
White with #F7047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7047A; }
p { color: rgb(247,4,122); }
H1.HeaderClassName
{
color: #F7047A;
}
.AnyTagClassName
{
color: #F7047A;
}
</style>
background-color css
<style>
a { background-color: #F7047A; }
a { background-color: rgb(247,4,122); }
div.DivClassName
{
background-color: #F7047A;
}
.BgClassName
{
background-color: #F7047A;
}
</style>
border-color css
<style>
span { border-color: #F7047A; }
span { border-color: rgb(247,4,122); }
td.TdClassName
{
border-color: #F7047A;
}
.TagClassName
{
border-color: #F7047A;
}
</style>