Shades of Hit Pink #F0A26D
Tints of Hit Pink #F0A26D
RGB
CMYK
RGB Variations
Color information
#F0A26D (or 0xF0A26D) is known color: Hit Pink. HEX triplet: F0, A2 and 6D. RGB value is (240,162,109). Sum of RGB (Red+Green+Blue) = 240+162+109=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A26D is #0F5D92. Grayscale: #B3B3B3. Windows color (decimal): -1006995 or 7185136. OLE color: 7185136.
HSL color Cylindrical-coordinate representation of color #F0A26D: hue angle of 24.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 #F0A26D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 109 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.06 |
| HSL | 24.27º | 0.81% | 0.68% | - |
| HSV(B) | 24.27º | 0.55% | 0.94% | - |
| XYZ | 51.62 | 45.47 | 20.52 | - |
| YUV | 179.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 109 | 0 | 0.32 | 0.55 | 0.06 | 24.27 | 0.81 | 0.68 |
| Hex | F0 | A2 | 6D | 0 | 20 | 37 | 6 | 18 | 51 | 44 |
| Octal | 360 | 242 | 155 | 0 | 40 | 67 | 6 | 30 | 121 | 104 |
| Binary | 11110000 | 10100010 | 1101101 | 0 | 100000 | 110111 | 110 | 11000 | 1010001 | 1000100 |
Color Harmonies of #F0A26D
Complementary color
Monochromatic Colors of #F0A26D
Black with #F0A26D
Text Example
Text Example
White with #F0A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A26D; }
p { color: rgb(240,162,109); }
H1.HeaderClassName
{
color: #F0A26D;
}
.AnyTagClassName
{
color: #F0A26D;
}
</style>
background-color css
<style>
a { background-color: #F0A26D; }
a { background-color: rgb(240,162,109); }
div.DivClassName
{
background-color: #F0A26D;
}
.BgClassName
{
background-color: #F0A26D;
}
</style>
border-color css
<style>
span { border-color: #F0A26D; }
span { border-color: rgb(240,162,109); }
td.TdClassName
{
border-color: #F0A26D;
}
.TagClassName
{
border-color: #F0A26D;
}
</style>