Shades of Deep Pink #F7129E
Tints of Deep Pink #F7129E
RGB
CMYK
RGB Variations
Color information
#F7129E (or 0xF7129E) is known color: Deep Pink. HEX triplet: F7, 12 and 9E. RGB value is (247,18,158). Sum of RGB (Red+Green+Blue) = 247+18+158=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7129E is #08ED61. Grayscale: #666666. Windows color (decimal): -585058 or 10359543. OLE color: 10359543.
HSL color Cylindrical-coordinate representation of color #F7129E: hue angle of 323.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7129E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 158 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.03 |
| HSL | 323.32º | 0.93% | 0.52% | - |
| HSV(B) | 323.32º | 0.93% | 0.97% | - |
| XYZ | 44.75 | 22.68 | 34.37 | - |
| YUV | 102.43 | 159.37 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 158 | 0 | 0.93 | 0.36 | 0.03 | 323.32 | 0.93 | 0.52 |
| Hex | F7 | 12 | 9E | 0 | 5D | 24 | 3 | 143 | 5D | 34 |
| Octal | 367 | 22 | 236 | 0 | 135 | 44 | 3 | 503 | 135 | 64 |
| Binary | 11110111 | 10010 | 10011110 | 0 | 1011101 | 100100 | 11 | 101000011 | 1011101 | 110100 |
Color Harmonies of #F7129E
Complementary color
Monochromatic Colors of #F7129E
Black with #F7129E
Text Example
Text Example
White with #F7129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7129E; }
p { color: rgb(247,18,158); }
H1.HeaderClassName
{
color: #F7129E;
}
.AnyTagClassName
{
color: #F7129E;
}
</style>
background-color css
<style>
a { background-color: #F7129E; }
a { background-color: rgb(247,18,158); }
div.DivClassName
{
background-color: #F7129E;
}
.BgClassName
{
background-color: #F7129E;
}
</style>
border-color css
<style>
span { border-color: #F7129E; }
span { border-color: rgb(247,18,158); }
td.TdClassName
{
border-color: #F7129E;
}
.TagClassName
{
border-color: #F7129E;
}
</style>