Shades of Hit Pink #F89E6D
Tints of Hit Pink #F89E6D
RGB
CMYK
RGB Variations
Color information
#F89E6D (or 0xF89E6D) is known color: Hit Pink. HEX triplet: F8, 9E and 6D. RGB value is (248,158,109). Sum of RGB (Red+Green+Blue) = 248+158+109=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E6D is #076192. Grayscale: #B3B3B3. Windows color (decimal): -483731 or 7184120. OLE color: 7184120.
HSL color Cylindrical-coordinate representation of color #F89E6D: hue angle of 21.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F89E6D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 109 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.03 |
| HSL | 21.15º | 0.91% | 0.7% | - |
| HSV(B) | 21.15º | 0.56% | 0.97% | - |
| XYZ | 53.7 | 45.51 | 20.42 | - |
| YUV | 179.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 109 | 0 | 0.36 | 0.56 | 0.03 | 21.15 | 0.91 | 0.7 |
| Hex | F8 | 9E | 6D | 0 | 24 | 38 | 3 | 15 | 5B | 46 |
| Octal | 370 | 236 | 155 | 0 | 44 | 70 | 3 | 25 | 133 | 106 |
| Binary | 11111000 | 10011110 | 1101101 | 0 | 100100 | 111000 | 11 | 10101 | 1011011 | 1000110 |
Color Harmonies of #F89E6D
Complementary color
Monochromatic Colors of #F89E6D
Black with #F89E6D
Text Example
Text Example
White with #F89E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E6D; }
p { color: rgb(248,158,109); }
H1.HeaderClassName
{
color: #F89E6D;
}
.AnyTagClassName
{
color: #F89E6D;
}
</style>
background-color css
<style>
a { background-color: #F89E6D; }
a { background-color: rgb(248,158,109); }
div.DivClassName
{
background-color: #F89E6D;
}
.BgClassName
{
background-color: #F89E6D;
}
</style>
border-color css
<style>
span { border-color: #F89E6D; }
span { border-color: rgb(248,158,109); }
td.TdClassName
{
border-color: #F89E6D;
}
.TagClassName
{
border-color: #F89E6D;
}
</style>