Shades of Deep Pink #F7187C
Tints of Deep Pink #F7187C
RGB
CMYK
RGB Variations
Color information
#F7187C (or 0xF7187C) is known color: Deep Pink. HEX triplet: F7, 18 and 7C. RGB value is (247,24,124). Sum of RGB (Red+Green+Blue) = 247+24+124=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7187C is #08E783. Grayscale: #656565. Windows color (decimal): -583556 or 8132855. OLE color: 8132855.
HSL color Cylindrical-coordinate representation of color #F7187C: hue angle of 333.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7187C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.03 |
| HSL | 333.09º | 0.93% | 0.53% | - |
| HSV(B) | 333.09º | 0.9% | 0.97% | - |
| XYZ | 42.32 | 21.88 | 21.06 | - |
| YUV | 102.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 124 | 0 | 0.90 | 0.50 | 0.03 | 333.09 | 0.93 | 0.53 |
| Hex | F7 | 18 | 7C | 0 | 5A | 32 | 3 | 14D | 5D | 35 |
| Octal | 367 | 30 | 174 | 0 | 132 | 62 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 11000 | 1111100 | 0 | 1011010 | 110010 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F7187C
Complementary color
Monochromatic Colors of #F7187C
Black with #F7187C
Text Example
Text Example
White with #F7187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7187C; }
p { color: rgb(247,24,124); }
H1.HeaderClassName
{
color: #F7187C;
}
.AnyTagClassName
{
color: #F7187C;
}
</style>
background-color css
<style>
a { background-color: #F7187C; }
a { background-color: rgb(247,24,124); }
div.DivClassName
{
background-color: #F7187C;
}
.BgClassName
{
background-color: #F7187C;
}
</style>
border-color css
<style>
span { border-color: #F7187C; }
span { border-color: rgb(247,24,124); }
td.TdClassName
{
border-color: #F7187C;
}
.TagClassName
{
border-color: #F7187C;
}
</style>