Shades of Hit Pink #F29E6F
Tints of Hit Pink #F29E6F
RGB
CMYK
RGB Variations
Color information
#F29E6F (or 0xF29E6F) is known color: Hit Pink. HEX triplet: F2, 9E and 6F. RGB value is (242,158,111). Sum of RGB (Red+Green+Blue) = 242+158+111=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E6F is #0D6190. Grayscale: #B2B2B2. Windows color (decimal): -876945 or 7315186. OLE color: 7315186.
HSL color Cylindrical-coordinate representation of color #F29E6F: hue angle of 21.53º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F29E6F is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 111 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.05 |
| HSL | 21.53º | 0.83% | 0.69% | - |
| HSV(B) | 21.53º | 0.54% | 0.95% | - |
| XYZ | 51.71 | 44.48 | 20.9 | - |
| YUV | 177.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 111 | 0 | 0.35 | 0.54 | 0.05 | 21.53 | 0.83 | 0.69 |
| Hex | F2 | 9E | 6F | 0 | 23 | 36 | 5 | 16 | 53 | 45 |
| Octal | 362 | 236 | 157 | 0 | 43 | 66 | 5 | 26 | 123 | 105 |
| Binary | 11110010 | 10011110 | 1101111 | 0 | 100011 | 110110 | 101 | 10110 | 1010011 | 1000101 |
Color Harmonies of #F29E6F
Complementary color
Monochromatic Colors of #F29E6F
Black with #F29E6F
Text Example
Text Example
White with #F29E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E6F; }
p { color: rgb(242,158,111); }
H1.HeaderClassName
{
color: #F29E6F;
}
.AnyTagClassName
{
color: #F29E6F;
}
</style>
background-color css
<style>
a { background-color: #F29E6F; }
a { background-color: rgb(242,158,111); }
div.DivClassName
{
background-color: #F29E6F;
}
.BgClassName
{
background-color: #F29E6F;
}
</style>
border-color css
<style>
span { border-color: #F29E6F; }
span { border-color: rgb(242,158,111); }
td.TdClassName
{
border-color: #F29E6F;
}
.TagClassName
{
border-color: #F29E6F;
}
</style>