Shades of Hit Pink #F29E6E
Tints of Hit Pink #F29E6E
RGB
CMYK
RGB Variations
Color information
#F29E6E (or 0xF29E6E) is known color: Hit Pink. HEX triplet: F2, 9E and 6E. RGB value is (242,158,110). Sum of RGB (Red+Green+Blue) = 242+158+110=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E6E is #0D6191. Grayscale: #B1B1B1. Windows color (decimal): -876946 or 7249650. OLE color: 7249650.
HSL color Cylindrical-coordinate representation of color #F29E6E: hue angle of 21.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F29E6E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 110 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.05 |
| HSL | 21.82º | 0.84% | 0.69% | - |
| HSV(B) | 21.82º | 0.55% | 0.95% | - |
| XYZ | 51.66 | 44.46 | 20.61 | - |
| YUV | 177.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 110 | 0 | 0.35 | 0.55 | 0.05 | 21.82 | 0.84 | 0.69 |
| Hex | F2 | 9E | 6E | 0 | 23 | 37 | 5 | 16 | 54 | 45 |
| Octal | 362 | 236 | 156 | 0 | 43 | 67 | 5 | 26 | 124 | 105 |
| Binary | 11110010 | 10011110 | 1101110 | 0 | 100011 | 110111 | 101 | 10110 | 1010100 | 1000101 |
Color Harmonies of #F29E6E
Complementary color
Monochromatic Colors of #F29E6E
Black with #F29E6E
Text Example
Text Example
White with #F29E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E6E; }
p { color: rgb(242,158,110); }
H1.HeaderClassName
{
color: #F29E6E;
}
.AnyTagClassName
{
color: #F29E6E;
}
</style>
background-color css
<style>
a { background-color: #F29E6E; }
a { background-color: rgb(242,158,110); }
div.DivClassName
{
background-color: #F29E6E;
}
.BgClassName
{
background-color: #F29E6E;
}
</style>
border-color css
<style>
span { border-color: #F29E6E; }
span { border-color: rgb(242,158,110); }
td.TdClassName
{
border-color: #F29E6E;
}
.TagClassName
{
border-color: #F29E6E;
}
</style>