Shades of Hit Pink #F09B6E
Tints of Hit Pink #F09B6E
RGB
CMYK
RGB Variations
Color information
#F09B6E (or 0xF09B6E) is known color: Hit Pink. HEX triplet: F0, 9B and 6E. RGB value is (240,155,110). Sum of RGB (Red+Green+Blue) = 240+155+110=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B6E is #0F6491. Grayscale: #AFAFAF. Windows color (decimal): -1008786 or 7248880. OLE color: 7248880.
HSL color Cylindrical-coordinate representation of color #F09B6E: hue angle of 20.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F09B6E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 110 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.06 |
| HSL | 20.77º | 0.81% | 0.69% | - |
| HSV(B) | 20.77º | 0.54% | 0.94% | - |
| XYZ | 50.47 | 43.09 | 20.41 | - |
| YUV | 175.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 110 | 0 | 0.35 | 0.54 | 0.06 | 20.77 | 0.81 | 0.69 |
| Hex | F0 | 9B | 6E | 0 | 23 | 36 | 6 | 15 | 51 | 45 |
| Octal | 360 | 233 | 156 | 0 | 43 | 66 | 6 | 25 | 121 | 105 |
| Binary | 11110000 | 10011011 | 1101110 | 0 | 100011 | 110110 | 110 | 10101 | 1010001 | 1000101 |
Color Harmonies of #F09B6E
Complementary color
Monochromatic Colors of #F09B6E
Black with #F09B6E
Text Example
Text Example
White with #F09B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B6E; }
p { color: rgb(240,155,110); }
H1.HeaderClassName
{
color: #F09B6E;
}
.AnyTagClassName
{
color: #F09B6E;
}
</style>
background-color css
<style>
a { background-color: #F09B6E; }
a { background-color: rgb(240,155,110); }
div.DivClassName
{
background-color: #F09B6E;
}
.BgClassName
{
background-color: #F09B6E;
}
</style>
border-color css
<style>
span { border-color: #F09B6E; }
span { border-color: rgb(240,155,110); }
td.TdClassName
{
border-color: #F09B6E;
}
.TagClassName
{
border-color: #F09B6E;
}
</style>