Shades of Hit Pink #F29D72
Tints of Hit Pink #F29D72
RGB
CMYK
RGB Variations
Color information
#F29D72 (or 0xF29D72) is known color: Hit Pink. HEX triplet: F2, 9D and 72. RGB value is (242,157,114). Sum of RGB (Red+Green+Blue) = 242+157+114=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D72 is #0D628D. Grayscale: #B1B1B1. Windows color (decimal): -877198 or 7511538. OLE color: 7511538.
HSL color Cylindrical-coordinate representation of color #F29D72: hue angle of 20.16º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F29D72 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 114 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.05 |
| HSL | 20.16º | 0.83% | 0.7% | - |
| HSV(B) | 20.16º | 0.53% | 0.95% | - |
| XYZ | 51.71 | 44.21 | 21.73 | - |
| YUV | 177.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 114 | 0 | 0.35 | 0.53 | 0.05 | 20.16 | 0.83 | 0.7 |
| Hex | F2 | 9D | 72 | 0 | 23 | 35 | 5 | 14 | 53 | 46 |
| Octal | 362 | 235 | 162 | 0 | 43 | 65 | 5 | 24 | 123 | 106 |
| Binary | 11110010 | 10011101 | 1110010 | 0 | 100011 | 110101 | 101 | 10100 | 1010011 | 1000110 |
Color Harmonies of #F29D72
Complementary color
Monochromatic Colors of #F29D72
Black with #F29D72
Text Example
Text Example
White with #F29D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D72; }
p { color: rgb(242,157,114); }
H1.HeaderClassName
{
color: #F29D72;
}
.AnyTagClassName
{
color: #F29D72;
}
</style>
background-color css
<style>
a { background-color: #F29D72; }
a { background-color: rgb(242,157,114); }
div.DivClassName
{
background-color: #F29D72;
}
.BgClassName
{
background-color: #F29D72;
}
</style>
border-color css
<style>
span { border-color: #F29D72; }
span { border-color: rgb(242,157,114); }
td.TdClassName
{
border-color: #F29D72;
}
.TagClassName
{
border-color: #F29D72;
}
</style>