Shades of Deep Pink #F4129D
Tints of Deep Pink #F4129D
RGB
CMYK
RGB Variations
Color information
#F4129D (or 0xF4129D) is known color: Deep Pink. HEX triplet: F4, 12 and 9D. RGB value is (244,18,157). Sum of RGB (Red+Green+Blue) = 244+18+157=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4129D is #0BED62. Grayscale: #656565. Windows color (decimal): -781667 or 10294004. OLE color: 10294004.
HSL color Cylindrical-coordinate representation of color #F4129D: hue angle of 323.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4129D is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 157 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.04 |
| HSL | 323.1º | 0.91% | 0.51% | - |
| HSV(B) | 323.1º | 0.93% | 0.96% | - |
| XYZ | 43.61 | 22.1 | 33.87 | - |
| YUV | 101.42 | 159.37 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 157 | 0 | 0.93 | 0.36 | 0.04 | 323.1 | 0.91 | 0.51 |
| Hex | F4 | 12 | 9D | 0 | 5D | 24 | 4 | 143 | 5B | 33 |
| Octal | 364 | 22 | 235 | 0 | 135 | 44 | 4 | 503 | 133 | 63 |
| Binary | 11110100 | 10010 | 10011101 | 0 | 1011101 | 100100 | 100 | 101000011 | 1011011 | 110011 |
Color Harmonies of #F4129D
Complementary color
Monochromatic Colors of #F4129D
Black with #F4129D
Text Example
Text Example
White with #F4129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4129D; }
p { color: rgb(244,18,157); }
H1.HeaderClassName
{
color: #F4129D;
}
.AnyTagClassName
{
color: #F4129D;
}
</style>
background-color css
<style>
a { background-color: #F4129D; }
a { background-color: rgb(244,18,157); }
div.DivClassName
{
background-color: #F4129D;
}
.BgClassName
{
background-color: #F4129D;
}
</style>
border-color css
<style>
span { border-color: #F4129D; }
span { border-color: rgb(244,18,157); }
td.TdClassName
{
border-color: #F4129D;
}
.TagClassName
{
border-color: #F4129D;
}
</style>