Shades of Deep Pink #F7137D
Tints of Deep Pink #F7137D
RGB
CMYK
RGB Variations
Color information
#F7137D (or 0xF7137D) is known color: Deep Pink. HEX triplet: F7, 13 and 7D. RGB value is (247,19,125). Sum of RGB (Red+Green+Blue) = 247+19+125=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7137D is #08EC82. Grayscale: #636363. Windows color (decimal): -584835 or 8197111. OLE color: 8197111.
HSL color Cylindrical-coordinate representation of color #F7137D: hue angle of 332.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7137D is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.03 |
| HSL | 332.11º | 0.93% | 0.52% | - |
| HSV(B) | 332.11º | 0.92% | 0.97% | - |
| XYZ | 42.29 | 21.72 | 21.37 | - |
| YUV | 99.26 | 142.54 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 125 | 0 | 0.92 | 0.49 | 0.03 | 332.11 | 0.93 | 0.52 |
| Hex | F7 | 13 | 7D | 0 | 5C | 31 | 3 | 14C | 5D | 34 |
| Octal | 367 | 23 | 175 | 0 | 134 | 61 | 3 | 514 | 135 | 64 |
| Binary | 11110111 | 10011 | 1111101 | 0 | 1011100 | 110001 | 11 | 101001100 | 1011101 | 110100 |
Color Harmonies of #F7137D
Complementary color
Monochromatic Colors of #F7137D
Black with #F7137D
Text Example
Text Example
White with #F7137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7137D; }
p { color: rgb(247,19,125); }
H1.HeaderClassName
{
color: #F7137D;
}
.AnyTagClassName
{
color: #F7137D;
}
</style>
background-color css
<style>
a { background-color: #F7137D; }
a { background-color: rgb(247,19,125); }
div.DivClassName
{
background-color: #F7137D;
}
.BgClassName
{
background-color: #F7137D;
}
</style>
border-color css
<style>
span { border-color: #F7137D; }
span { border-color: rgb(247,19,125); }
td.TdClassName
{
border-color: #F7137D;
}
.TagClassName
{
border-color: #F7137D;
}
</style>