Shades of Deep Pink #F7037A
Tints of Deep Pink #F7037A
RGB
CMYK
RGB Variations
Color information
#F7037A (or 0xF7037A) is known color: Deep Pink. HEX triplet: F7, 03 and 7A. RGB value is (247,3,122). Sum of RGB (Red+Green+Blue) = 247+3+122=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7037A is #08FC85. Grayscale: #595959. Windows color (decimal): -588934 or 7996407. OLE color: 7996407.
HSL color Cylindrical-coordinate representation of color #F7037A: hue angle of 330.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7037A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.03 |
| HSL | 330.74º | 0.98% | 0.49% | - |
| HSV(B) | 330.74º | 0.99% | 0.97% | - |
| XYZ | 41.9 | 21.24 | 20.3 | - |
| YUV | 89.52 | 146.34 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 122 | 0 | 0.99 | 0.51 | 0.03 | 330.74 | 0.98 | 0.49 |
| Hex | F7 | 3 | 7A | 0 | 63 | 33 | 3 | 14B | 62 | 31 |
| Octal | 367 | 3 | 172 | 0 | 143 | 63 | 3 | 513 | 142 | 61 |
| Binary | 11110111 | 11 | 1111010 | 0 | 1100011 | 110011 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F7037A
Complementary color
Monochromatic Colors of #F7037A
Black with #F7037A
Text Example
Text Example
White with #F7037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7037A; }
p { color: rgb(247,3,122); }
H1.HeaderClassName
{
color: #F7037A;
}
.AnyTagClassName
{
color: #F7037A;
}
</style>
background-color css
<style>
a { background-color: #F7037A; }
a { background-color: rgb(247,3,122); }
div.DivClassName
{
background-color: #F7037A;
}
.BgClassName
{
background-color: #F7037A;
}
</style>
border-color css
<style>
span { border-color: #F7037A; }
span { border-color: rgb(247,3,122); }
td.TdClassName
{
border-color: #F7037A;
}
.TagClassName
{
border-color: #F7037A;
}
</style>