Shades of Deep Pink #F7129F
Tints of Deep Pink #F7129F
RGB
CMYK
RGB Variations
Color information
#F7129F (or 0xF7129F) is known color: Deep Pink. HEX triplet: F7, 12 and 9F. RGB value is (247,18,159). Sum of RGB (Red+Green+Blue) = 247+18+159=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7129F is #08ED60. Grayscale: #666666. Windows color (decimal): -585057 or 10425079. OLE color: 10425079.
HSL color Cylindrical-coordinate representation of color #F7129F: hue angle of 323.06º 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 #F7129F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.03 |
| HSL | 323.06º | 0.93% | 0.52% | - |
| HSV(B) | 323.06º | 0.93% | 0.97% | - |
| XYZ | 44.83 | 22.71 | 34.82 | - |
| YUV | 102.55 | 159.87 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 159 | 0 | 0.93 | 0.36 | 0.03 | 323.06 | 0.93 | 0.52 |
| Hex | F7 | 12 | 9F | 0 | 5D | 24 | 3 | 143 | 5D | 34 |
| Octal | 367 | 22 | 237 | 0 | 135 | 44 | 3 | 503 | 135 | 64 |
| Binary | 11110111 | 10010 | 10011111 | 0 | 1011101 | 100100 | 11 | 101000011 | 1011101 | 110100 |
Color Harmonies of #F7129F
Complementary color
Monochromatic Colors of #F7129F
Black with #F7129F
Text Example
Text Example
White with #F7129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7129F; }
p { color: rgb(247,18,159); }
H1.HeaderClassName
{
color: #F7129F;
}
.AnyTagClassName
{
color: #F7129F;
}
</style>
background-color css
<style>
a { background-color: #F7129F; }
a { background-color: rgb(247,18,159); }
div.DivClassName
{
background-color: #F7129F;
}
.BgClassName
{
background-color: #F7129F;
}
</style>
border-color css
<style>
span { border-color: #F7129F; }
span { border-color: rgb(247,18,159); }
td.TdClassName
{
border-color: #F7129F;
}
.TagClassName
{
border-color: #F7129F;
}
</style>