Shades of Deep Pink #F7149F
Tints of Deep Pink #F7149F
RGB
CMYK
RGB Variations
Color information
#F7149F (or 0xF7149F) is known color: Deep Pink. HEX triplet: F7, 14 and 9F. RGB value is (247,20,159). Sum of RGB (Red+Green+Blue) = 247+20+159=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7149F is #08EB60. Grayscale: #676767. Windows color (decimal): -584545 or 10425591. OLE color: 10425591.
HSL color Cylindrical-coordinate representation of color #F7149F: hue angle of 323.26º 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 #F7149F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 159 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.03 |
| HSL | 323.26º | 0.93% | 0.52% | - |
| HSV(B) | 323.26º | 0.92% | 0.97% | - |
| XYZ | 44.87 | 22.78 | 34.83 | - |
| YUV | 103.72 | 159.21 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 159 | 0 | 0.92 | 0.36 | 0.03 | 323.26 | 0.93 | 0.52 |
| Hex | F7 | 14 | 9F | 0 | 5C | 24 | 3 | 143 | 5D | 34 |
| Octal | 367 | 24 | 237 | 0 | 134 | 44 | 3 | 503 | 135 | 64 |
| Binary | 11110111 | 10100 | 10011111 | 0 | 1011100 | 100100 | 11 | 101000011 | 1011101 | 110100 |
Color Harmonies of #F7149F
Complementary color
Monochromatic Colors of #F7149F
Black with #F7149F
Text Example
Text Example
White with #F7149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7149F; }
p { color: rgb(247,20,159); }
H1.HeaderClassName
{
color: #F7149F;
}
.AnyTagClassName
{
color: #F7149F;
}
</style>
background-color css
<style>
a { background-color: #F7149F; }
a { background-color: rgb(247,20,159); }
div.DivClassName
{
background-color: #F7149F;
}
.BgClassName
{
background-color: #F7149F;
}
</style>
border-color css
<style>
span { border-color: #F7149F; }
span { border-color: rgb(247,20,159); }
td.TdClassName
{
border-color: #F7149F;
}
.TagClassName
{
border-color: #F7149F;
}
</style>