Shades of Deep Pink #F7137C
Tints of Deep Pink #F7137C
RGB
CMYK
RGB Variations
Color information
#F7137C (or 0xF7137C) is known color: Deep Pink. HEX triplet: F7, 13 and 7C. RGB value is (247,19,124). Sum of RGB (Red+Green+Blue) = 247+19+124=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7137C is #08EC83. Grayscale: #626262. Windows color (decimal): -584836 or 8131575. OLE color: 8131575.
HSL color Cylindrical-coordinate representation of color #F7137C: hue angle of 332.37º 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 #F7137C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.03 |
| HSL | 332.37º | 0.93% | 0.52% | - |
| HSV(B) | 332.37º | 0.92% | 0.97% | - |
| XYZ | 42.23 | 21.7 | 21.03 | - |
| YUV | 99.14 | 142.04 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 124 | 0 | 0.92 | 0.50 | 0.03 | 332.37 | 0.93 | 0.52 |
| Hex | F7 | 13 | 7C | 0 | 5C | 32 | 3 | 14C | 5D | 34 |
| Octal | 367 | 23 | 174 | 0 | 134 | 62 | 3 | 514 | 135 | 64 |
| Binary | 11110111 | 10011 | 1111100 | 0 | 1011100 | 110010 | 11 | 101001100 | 1011101 | 110100 |
Color Harmonies of #F7137C
Complementary color
Monochromatic Colors of #F7137C
Black with #F7137C
Text Example
Text Example
White with #F7137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7137C; }
p { color: rgb(247,19,124); }
H1.HeaderClassName
{
color: #F7137C;
}
.AnyTagClassName
{
color: #F7137C;
}
</style>
background-color css
<style>
a { background-color: #F7137C; }
a { background-color: rgb(247,19,124); }
div.DivClassName
{
background-color: #F7137C;
}
.BgClassName
{
background-color: #F7137C;
}
</style>
border-color css
<style>
span { border-color: #F7137C; }
span { border-color: rgb(247,19,124); }
td.TdClassName
{
border-color: #F7137C;
}
.TagClassName
{
border-color: #F7137C;
}
</style>