Shades of Hit Pink #F09D6C
Tints of Hit Pink #F09D6C
RGB
CMYK
RGB Variations
Color information
#F09D6C (or 0xF09D6C) is known color: Hit Pink. HEX triplet: F0, 9D and 6C. RGB value is (240,157,108). Sum of RGB (Red+Green+Blue) = 240+157+108=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D6C is #0F6293. Grayscale: #B0B0B0. Windows color (decimal): -1008276 or 7118320. OLE color: 7118320.
HSL color Cylindrical-coordinate representation of color #F09D6C: hue angle of 22.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F09D6C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 108 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.06 |
| HSL | 22.27º | 0.81% | 0.68% | - |
| HSV(B) | 22.27º | 0.55% | 0.94% | - |
| XYZ | 50.7 | 43.72 | 19.95 | - |
| YUV | 176.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 108 | 0 | 0.35 | 0.55 | 0.06 | 22.27 | 0.81 | 0.68 |
| Hex | F0 | 9D | 6C | 0 | 23 | 37 | 6 | 16 | 51 | 44 |
| Octal | 360 | 235 | 154 | 0 | 43 | 67 | 6 | 26 | 121 | 104 |
| Binary | 11110000 | 10011101 | 1101100 | 0 | 100011 | 110111 | 110 | 10110 | 1010001 | 1000100 |
Color Harmonies of #F09D6C
Complementary color
Monochromatic Colors of #F09D6C
Black with #F09D6C
Text Example
Text Example
White with #F09D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D6C; }
p { color: rgb(240,157,108); }
H1.HeaderClassName
{
color: #F09D6C;
}
.AnyTagClassName
{
color: #F09D6C;
}
</style>
background-color css
<style>
a { background-color: #F09D6C; }
a { background-color: rgb(240,157,108); }
div.DivClassName
{
background-color: #F09D6C;
}
.BgClassName
{
background-color: #F09D6C;
}
</style>
border-color css
<style>
span { border-color: #F09D6C; }
span { border-color: rgb(240,157,108); }
td.TdClassName
{
border-color: #F09D6C;
}
.TagClassName
{
border-color: #F09D6C;
}
</style>