Shades of Hit Pink #F99D6E
Tints of Hit Pink #F99D6E
RGB
CMYK
RGB Variations
Color information
#F99D6E (or 0xF99D6E) is known color: Hit Pink. HEX triplet: F9, 9D and 6E. RGB value is (249,157,110). Sum of RGB (Red+Green+Blue) = 249+157+110=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D6E is #066291. Grayscale: #B3B3B3. Windows color (decimal): -418450 or 7249401. OLE color: 7249401.
HSL color Cylindrical-coordinate representation of color #F99D6E: hue angle of 20.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F99D6E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 110 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.02 |
| HSL | 20.29º | 0.92% | 0.7% | - |
| HSV(B) | 20.29º | 0.56% | 0.98% | - |
| XYZ | 53.94 | 45.38 | 20.67 | - |
| YUV | 179.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 110 | 0 | 0.37 | 0.56 | 0.02 | 20.29 | 0.92 | 0.7 |
| Hex | F9 | 9D | 6E | 0 | 25 | 38 | 2 | 14 | 5C | 46 |
| Octal | 371 | 235 | 156 | 0 | 45 | 70 | 2 | 24 | 134 | 106 |
| Binary | 11111001 | 10011101 | 1101110 | 0 | 100101 | 111000 | 10 | 10100 | 1011100 | 1000110 |
Color Harmonies of #F99D6E
Complementary color
Monochromatic Colors of #F99D6E
Black with #F99D6E
Text Example
Text Example
White with #F99D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D6E; }
p { color: rgb(249,157,110); }
H1.HeaderClassName
{
color: #F99D6E;
}
.AnyTagClassName
{
color: #F99D6E;
}
</style>
background-color css
<style>
a { background-color: #F99D6E; }
a { background-color: rgb(249,157,110); }
div.DivClassName
{
background-color: #F99D6E;
}
.BgClassName
{
background-color: #F99D6E;
}
</style>
border-color css
<style>
span { border-color: #F99D6E; }
span { border-color: rgb(249,157,110); }
td.TdClassName
{
border-color: #F99D6E;
}
.TagClassName
{
border-color: #F99D6E;
}
</style>