Shades of Hit Pink #F09B6D
Tints of Hit Pink #F09B6D
RGB
CMYK
RGB Variations
Color information
#F09B6D (or 0xF09B6D) is known color: Hit Pink. HEX triplet: F0, 9B and 6D. RGB value is (240,155,109). Sum of RGB (Red+Green+Blue) = 240+155+109=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B6D is #0F6492. Grayscale: #AFAFAF. Windows color (decimal): -1008787 or 7183344. OLE color: 7183344.
HSL color Cylindrical-coordinate representation of color #F09B6D: hue angle of 21.07º 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 #F09B6D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 109 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.06 |
| HSL | 21.07º | 0.81% | 0.68% | - |
| HSV(B) | 21.07º | 0.55% | 0.94% | - |
| XYZ | 50.42 | 43.07 | 20.12 | - |
| YUV | 175.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 109 | 0 | 0.35 | 0.55 | 0.06 | 21.07 | 0.81 | 0.68 |
| Hex | F0 | 9B | 6D | 0 | 23 | 37 | 6 | 15 | 51 | 44 |
| Octal | 360 | 233 | 155 | 0 | 43 | 67 | 6 | 25 | 121 | 104 |
| Binary | 11110000 | 10011011 | 1101101 | 0 | 100011 | 110111 | 110 | 10101 | 1010001 | 1000100 |
Color Harmonies of #F09B6D
Complementary color
Monochromatic Colors of #F09B6D
Black with #F09B6D
Text Example
Text Example
White with #F09B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B6D; }
p { color: rgb(240,155,109); }
H1.HeaderClassName
{
color: #F09B6D;
}
.AnyTagClassName
{
color: #F09B6D;
}
</style>
background-color css
<style>
a { background-color: #F09B6D; }
a { background-color: rgb(240,155,109); }
div.DivClassName
{
background-color: #F09B6D;
}
.BgClassName
{
background-color: #F09B6D;
}
</style>
border-color css
<style>
span { border-color: #F09B6D; }
span { border-color: rgb(240,155,109); }
td.TdClassName
{
border-color: #F09B6D;
}
.TagClassName
{
border-color: #F09B6D;
}
</style>