Shades of Hit Pink #F99C6F
Tints of Hit Pink #F99C6F
RGB
CMYK
RGB Variations
Color information
#F99C6F (or 0xF99C6F) is known color: Hit Pink. HEX triplet: F9, 9C and 6F. RGB value is (249,156,111). Sum of RGB (Red+Green+Blue) = 249+156+111=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C6F is #066390. Grayscale: #B2B2B2. Windows color (decimal): -418705 or 7314681. OLE color: 7314681.
HSL color Cylindrical-coordinate representation of color #F99C6F: hue angle of 19.57º 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 #F99C6F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 111 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.02 |
| HSL | 19.57º | 0.92% | 0.71% | - |
| HSV(B) | 19.57º | 0.55% | 0.98% | - |
| XYZ | 53.82 | 45.06 | 20.9 | - |
| YUV | 178.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 111 | 0 | 0.37 | 0.55 | 0.02 | 19.57 | 0.92 | 0.71 |
| Hex | F9 | 9C | 6F | 0 | 25 | 37 | 2 | 14 | 5C | 47 |
| Octal | 371 | 234 | 157 | 0 | 45 | 67 | 2 | 24 | 134 | 107 |
| Binary | 11111001 | 10011100 | 1101111 | 0 | 100101 | 110111 | 10 | 10100 | 1011100 | 1000111 |
Color Harmonies of #F99C6F
Complementary color
Monochromatic Colors of #F99C6F
Black with #F99C6F
Text Example
Text Example
White with #F99C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C6F; }
p { color: rgb(249,156,111); }
H1.HeaderClassName
{
color: #F99C6F;
}
.AnyTagClassName
{
color: #F99C6F;
}
</style>
background-color css
<style>
a { background-color: #F99C6F; }
a { background-color: rgb(249,156,111); }
div.DivClassName
{
background-color: #F99C6F;
}
.BgClassName
{
background-color: #F99C6F;
}
</style>
border-color css
<style>
span { border-color: #F99C6F; }
span { border-color: rgb(249,156,111); }
td.TdClassName
{
border-color: #F99C6F;
}
.TagClassName
{
border-color: #F99C6F;
}
</style>