Shades of Deep Pink #F7037D
Tints of Deep Pink #F7037D
RGB
CMYK
RGB Variations
Color information
#F7037D (or 0xF7037D) is known color: Deep Pink. HEX triplet: F7, 03 and 7D. RGB value is (247,3,125). Sum of RGB (Red+Green+Blue) = 247+3+125=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7037D is #08FC82. Grayscale: #595959. Windows color (decimal): -588931 or 8193015. OLE color: 8193015.
HSL color Cylindrical-coordinate representation of color #F7037D: hue angle of 330º 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 #F7037D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.03 |
| HSL | 330º | 0.98% | 0.49% | - |
| HSV(B) | 330º | 0.99% | 0.97% | - |
| XYZ | 42.09 | 21.32 | 21.3 | - |
| YUV | 89.86 | 147.84 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 125 | 0 | 0.99 | 0.49 | 0.03 | 330 | 0.98 | 0.49 |
| Hex | F7 | 3 | 7D | 0 | 63 | 31 | 3 | 14A | 62 | 31 |
| Octal | 367 | 3 | 175 | 0 | 143 | 61 | 3 | 512 | 142 | 61 |
| Binary | 11110111 | 11 | 1111101 | 0 | 1100011 | 110001 | 11 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F7037D
Complementary color
Monochromatic Colors of #F7037D
Black with #F7037D
Text Example
Text Example
White with #F7037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7037D; }
p { color: rgb(247,3,125); }
H1.HeaderClassName
{
color: #F7037D;
}
.AnyTagClassName
{
color: #F7037D;
}
</style>
background-color css
<style>
a { background-color: #F7037D; }
a { background-color: rgb(247,3,125); }
div.DivClassName
{
background-color: #F7037D;
}
.BgClassName
{
background-color: #F7037D;
}
</style>
border-color css
<style>
span { border-color: #F7037D; }
span { border-color: rgb(247,3,125); }
td.TdClassName
{
border-color: #F7037D;
}
.TagClassName
{
border-color: #F7037D;
}
</style>