Shades of Deep Pink #F7129B
Tints of Deep Pink #F7129B
RGB
CMYK
RGB Variations
Color information
#F7129B (or 0xF7129B) is known color: Deep Pink. HEX triplet: F7, 12 and 9B. RGB value is (247,18,155). Sum of RGB (Red+Green+Blue) = 247+18+155=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7129B is #08ED64. Grayscale: #656565. Windows color (decimal): -585061 or 10162935. OLE color: 10162935.
HSL color Cylindrical-coordinate representation of color #F7129B: hue angle of 324.1º 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 #F7129B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 155 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.03 |
| HSL | 324.1º | 0.93% | 0.52% | - |
| HSV(B) | 324.1º | 0.93% | 0.97% | - |
| XYZ | 44.49 | 22.57 | 33.02 | - |
| YUV | 102.09 | 157.87 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 155 | 0 | 0.93 | 0.37 | 0.03 | 324.1 | 0.93 | 0.52 |
| Hex | F7 | 12 | 9B | 0 | 5D | 25 | 3 | 144 | 5D | 34 |
| Octal | 367 | 22 | 233 | 0 | 135 | 45 | 3 | 504 | 135 | 64 |
| Binary | 11110111 | 10010 | 10011011 | 0 | 1011101 | 100101 | 11 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F7129B
Complementary color
Monochromatic Colors of #F7129B
Black with #F7129B
Text Example
Text Example
White with #F7129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7129B; }
p { color: rgb(247,18,155); }
H1.HeaderClassName
{
color: #F7129B;
}
.AnyTagClassName
{
color: #F7129B;
}
</style>
background-color css
<style>
a { background-color: #F7129B; }
a { background-color: rgb(247,18,155); }
div.DivClassName
{
background-color: #F7129B;
}
.BgClassName
{
background-color: #F7129B;
}
</style>
border-color css
<style>
span { border-color: #F7129B; }
span { border-color: rgb(247,18,155); }
td.TdClassName
{
border-color: #F7129B;
}
.TagClassName
{
border-color: #F7129B;
}
</style>