Shades of Hit Pink #F89D6D
Tints of Hit Pink #F89D6D
RGB
CMYK
RGB Variations
Color information
#F89D6D (or 0xF89D6D) is known color: Hit Pink. HEX triplet: F8, 9D and 6D. RGB value is (248,157,109). Sum of RGB (Red+Green+Blue) = 248+157+109=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D6D is #076292. Grayscale: #B3B3B3. Windows color (decimal): -483987 or 7183864. OLE color: 7183864.
HSL color Cylindrical-coordinate representation of color #F89D6D: hue angle of 20.72º 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 #F89D6D is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 109 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.03 |
| HSL | 20.72º | 0.91% | 0.7% | - |
| HSV(B) | 20.72º | 0.56% | 0.97% | - |
| XYZ | 53.53 | 45.17 | 20.37 | - |
| YUV | 178.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 109 | 0 | 0.37 | 0.56 | 0.03 | 20.72 | 0.91 | 0.7 |
| Hex | F8 | 9D | 6D | 0 | 25 | 38 | 3 | 15 | 5B | 46 |
| Octal | 370 | 235 | 155 | 0 | 45 | 70 | 3 | 25 | 133 | 106 |
| Binary | 11111000 | 10011101 | 1101101 | 0 | 100101 | 111000 | 11 | 10101 | 1011011 | 1000110 |
Color Harmonies of #F89D6D
Complementary color
Monochromatic Colors of #F89D6D
Black with #F89D6D
Text Example
Text Example
White with #F89D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D6D; }
p { color: rgb(248,157,109); }
H1.HeaderClassName
{
color: #F89D6D;
}
.AnyTagClassName
{
color: #F89D6D;
}
</style>
background-color css
<style>
a { background-color: #F89D6D; }
a { background-color: rgb(248,157,109); }
div.DivClassName
{
background-color: #F89D6D;
}
.BgClassName
{
background-color: #F89D6D;
}
</style>
border-color css
<style>
span { border-color: #F89D6D; }
span { border-color: rgb(248,157,109); }
td.TdClassName
{
border-color: #F89D6D;
}
.TagClassName
{
border-color: #F89D6D;
}
</style>