Shades of Deep Pink #F7159D
Tints of Deep Pink #F7159D
RGB
CMYK
RGB Variations
Color information
#F7159D (or 0xF7159D) is known color: Deep Pink. HEX triplet: F7, 15 and 9D. RGB value is (247,21,157). Sum of RGB (Red+Green+Blue) = 247+21+157=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7159D is #08EA62. Grayscale: #676767. Windows color (decimal): -584291 or 10294775. OLE color: 10294775.
HSL color Cylindrical-coordinate representation of color #F7159D: hue angle of 323.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7159D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.03 |
| HSL | 323.89º | 0.93% | 0.53% | - |
| HSV(B) | 323.89º | 0.91% | 0.97% | - |
| XYZ | 44.71 | 22.74 | 33.93 | - |
| YUV | 104.08 | 157.87 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 157 | 0 | 0.91 | 0.36 | 0.03 | 323.89 | 0.93 | 0.53 |
| Hex | F7 | 15 | 9D | 0 | 5B | 24 | 3 | 144 | 5D | 35 |
| Octal | 367 | 25 | 235 | 0 | 133 | 44 | 3 | 504 | 135 | 65 |
| Binary | 11110111 | 10101 | 10011101 | 0 | 1011011 | 100100 | 11 | 101000100 | 1011101 | 110101 |
Color Harmonies of #F7159D
Complementary color
Monochromatic Colors of #F7159D
Black with #F7159D
Text Example
Text Example
White with #F7159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7159D; }
p { color: rgb(247,21,157); }
H1.HeaderClassName
{
color: #F7159D;
}
.AnyTagClassName
{
color: #F7159D;
}
</style>
background-color css
<style>
a { background-color: #F7159D; }
a { background-color: rgb(247,21,157); }
div.DivClassName
{
background-color: #F7159D;
}
.BgClassName
{
background-color: #F7159D;
}
</style>
border-color css
<style>
span { border-color: #F7159D; }
span { border-color: rgb(247,21,157); }
td.TdClassName
{
border-color: #F7159D;
}
.TagClassName
{
border-color: #F7159D;
}
</style>