Shades of Hit Pink #F59F6C
Tints of Hit Pink #F59F6C
RGB
CMYK
RGB Variations
Color information
#F59F6C (or 0xF59F6C) is known color: Hit Pink. HEX triplet: F5, 9F and 6C. RGB value is (245,159,108). Sum of RGB (Red+Green+Blue) = 245+159+108=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F6C is #0A6093. Grayscale: #B3B3B3. Windows color (decimal): -680084 or 7118837. OLE color: 7118837.
HSL color Cylindrical-coordinate representation of color #F59F6C: hue angle of 22.34º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F59F6C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 108 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.04 |
| HSL | 22.34º | 0.87% | 0.69% | - |
| HSV(B) | 22.34º | 0.56% | 0.96% | - |
| XYZ | 52.76 | 45.29 | 20.15 | - |
| YUV | 178.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 108 | 0 | 0.35 | 0.56 | 0.04 | 22.34 | 0.87 | 0.69 |
| Hex | F5 | 9F | 6C | 0 | 23 | 38 | 4 | 16 | 57 | 45 |
| Octal | 365 | 237 | 154 | 0 | 43 | 70 | 4 | 26 | 127 | 105 |
| Binary | 11110101 | 10011111 | 1101100 | 0 | 100011 | 111000 | 100 | 10110 | 1010111 | 1000101 |
Color Harmonies of #F59F6C
Complementary color
Monochromatic Colors of #F59F6C
Black with #F59F6C
Text Example
Text Example
White with #F59F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F6C; }
p { color: rgb(245,159,108); }
H1.HeaderClassName
{
color: #F59F6C;
}
.AnyTagClassName
{
color: #F59F6C;
}
</style>
background-color css
<style>
a { background-color: #F59F6C; }
a { background-color: rgb(245,159,108); }
div.DivClassName
{
background-color: #F59F6C;
}
.BgClassName
{
background-color: #F59F6C;
}
</style>
border-color css
<style>
span { border-color: #F59F6C; }
span { border-color: rgb(245,159,108); }
td.TdClassName
{
border-color: #F59F6C;
}
.TagClassName
{
border-color: #F59F6C;
}
</style>