Shades of Deep Pink #F7149C
Tints of Deep Pink #F7149C
RGB
CMYK
RGB Variations
Color information
#F7149C (or 0xF7149C) is known color: Deep Pink. HEX triplet: F7, 14 and 9C. RGB value is (247,20,156). Sum of RGB (Red+Green+Blue) = 247+20+156=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7149C is #08EB63. Grayscale: #676767. Windows color (decimal): -584548 or 10228983. OLE color: 10228983.
HSL color Cylindrical-coordinate representation of color #F7149C: hue angle of 324.05º 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 #F7149C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 156 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.03 |
| HSL | 324.05º | 0.93% | 0.52% | - |
| HSV(B) | 324.05º | 0.92% | 0.97% | - |
| XYZ | 44.61 | 22.67 | 33.48 | - |
| YUV | 103.38 | 157.71 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 156 | 0 | 0.92 | 0.37 | 0.03 | 324.05 | 0.93 | 0.52 |
| Hex | F7 | 14 | 9C | 0 | 5C | 25 | 3 | 144 | 5D | 34 |
| Octal | 367 | 24 | 234 | 0 | 134 | 45 | 3 | 504 | 135 | 64 |
| Binary | 11110111 | 10100 | 10011100 | 0 | 1011100 | 100101 | 11 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F7149C
Complementary color
Monochromatic Colors of #F7149C
Black with #F7149C
Text Example
Text Example
White with #F7149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7149C; }
p { color: rgb(247,20,156); }
H1.HeaderClassName
{
color: #F7149C;
}
.AnyTagClassName
{
color: #F7149C;
}
</style>
background-color css
<style>
a { background-color: #F7149C; }
a { background-color: rgb(247,20,156); }
div.DivClassName
{
background-color: #F7149C;
}
.BgClassName
{
background-color: #F7149C;
}
</style>
border-color css
<style>
span { border-color: #F7149C; }
span { border-color: rgb(247,20,156); }
td.TdClassName
{
border-color: #F7149C;
}
.TagClassName
{
border-color: #F7149C;
}
</style>