Shades of Hit Pink #F0A275
Tints of Hit Pink #F0A275
RGB
CMYK
RGB Variations
Color information
#F0A275 (or 0xF0A275) is known color: Hit Pink. HEX triplet: F0, A2 and 75. RGB value is (240,162,117). Sum of RGB (Red+Green+Blue) = 240+162+117=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A275 is #0F5D8A. Grayscale: #B4B4B4. Windows color (decimal): -1006987 or 7709424. OLE color: 7709424.
HSL color Cylindrical-coordinate representation of color #F0A275: hue angle of 21.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0A275 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 117 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.06 |
| HSL | 21.95º | 0.8% | 0.7% | - |
| HSV(B) | 21.95º | 0.51% | 0.94% | - |
| XYZ | 52.07 | 45.65 | 22.9 | - |
| YUV | 180.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 117 | 0 | 0.32 | 0.51 | 0.06 | 21.95 | 0.8 | 0.7 |
| Hex | F0 | A2 | 75 | 0 | 20 | 33 | 6 | 16 | 50 | 46 |
| Octal | 360 | 242 | 165 | 0 | 40 | 63 | 6 | 26 | 120 | 106 |
| Binary | 11110000 | 10100010 | 1110101 | 0 | 100000 | 110011 | 110 | 10110 | 1010000 | 1000110 |
Color Harmonies of #F0A275
Complementary color
Monochromatic Colors of #F0A275
Black with #F0A275
Text Example
Text Example
White with #F0A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A275; }
p { color: rgb(240,162,117); }
H1.HeaderClassName
{
color: #F0A275;
}
.AnyTagClassName
{
color: #F0A275;
}
</style>
background-color css
<style>
a { background-color: #F0A275; }
a { background-color: rgb(240,162,117); }
div.DivClassName
{
background-color: #F0A275;
}
.BgClassName
{
background-color: #F0A275;
}
</style>
border-color css
<style>
span { border-color: #F0A275; }
span { border-color: rgb(240,162,117); }
td.TdClassName
{
border-color: #F0A275;
}
.TagClassName
{
border-color: #F0A275;
}
</style>