Shades of Hit Pink #F99D6F
Tints of Hit Pink #F99D6F
RGB
CMYK
RGB Variations
Color information
#F99D6F (or 0xF99D6F) is known color: Hit Pink. HEX triplet: F9, 9D and 6F. RGB value is (249,157,111). Sum of RGB (Red+Green+Blue) = 249+157+111=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D6F is #066290. Grayscale: #B3B3B3. Windows color (decimal): -418449 or 7314937. OLE color: 7314937.
HSL color Cylindrical-coordinate representation of color #F99D6F: hue angle of 20º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99D6F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 111 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.02 |
| HSL | 20º | 0.92% | 0.71% | - |
| HSV(B) | 20º | 0.55% | 0.98% | - |
| XYZ | 53.99 | 45.4 | 20.96 | - |
| YUV | 179.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 111 | 0 | 0.37 | 0.55 | 0.02 | 20 | 0.92 | 0.71 |
| Hex | F9 | 9D | 6F | 0 | 25 | 37 | 2 | 14 | 5C | 47 |
| Octal | 371 | 235 | 157 | 0 | 45 | 67 | 2 | 24 | 134 | 107 |
| Binary | 11111001 | 10011101 | 1101111 | 0 | 100101 | 110111 | 10 | 10100 | 1011100 | 1000111 |
Color Harmonies of #F99D6F
Complementary color
Monochromatic Colors of #F99D6F
Black with #F99D6F
Text Example
Text Example
White with #F99D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D6F; }
p { color: rgb(249,157,111); }
H1.HeaderClassName
{
color: #F99D6F;
}
.AnyTagClassName
{
color: #F99D6F;
}
</style>
background-color css
<style>
a { background-color: #F99D6F; }
a { background-color: rgb(249,157,111); }
div.DivClassName
{
background-color: #F99D6F;
}
.BgClassName
{
background-color: #F99D6F;
}
</style>
border-color css
<style>
span { border-color: #F99D6F; }
span { border-color: rgb(249,157,111); }
td.TdClassName
{
border-color: #F99D6F;
}
.TagClassName
{
border-color: #F99D6F;
}
</style>