Shades of Hit Pink #F29D6C
Tints of Hit Pink #F29D6C
RGB
CMYK
RGB Variations
Color information
#F29D6C (or 0xF29D6C) is known color: Hit Pink. HEX triplet: F2, 9D and 6C. RGB value is (242,157,108). Sum of RGB (Red+Green+Blue) = 242+157+108=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D6C is #0D6293. Grayscale: #B1B1B1. Windows color (decimal): -877204 or 7118322. OLE color: 7118322.
HSL color Cylindrical-coordinate representation of color #F29D6C: hue angle of 21.94º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F29D6C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 108 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.05 |
| HSL | 21.94º | 0.84% | 0.69% | - |
| HSV(B) | 21.94º | 0.55% | 0.95% | - |
| XYZ | 51.38 | 44.07 | 19.99 | - |
| YUV | 176.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 108 | 0 | 0.35 | 0.55 | 0.05 | 21.94 | 0.84 | 0.69 |
| Hex | F2 | 9D | 6C | 0 | 23 | 37 | 5 | 16 | 54 | 45 |
| Octal | 362 | 235 | 154 | 0 | 43 | 67 | 5 | 26 | 124 | 105 |
| Binary | 11110010 | 10011101 | 1101100 | 0 | 100011 | 110111 | 101 | 10110 | 1010100 | 1000101 |
Color Harmonies of #F29D6C
Complementary color
Monochromatic Colors of #F29D6C
Black with #F29D6C
Text Example
Text Example
White with #F29D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D6C; }
p { color: rgb(242,157,108); }
H1.HeaderClassName
{
color: #F29D6C;
}
.AnyTagClassName
{
color: #F29D6C;
}
</style>
background-color css
<style>
a { background-color: #F29D6C; }
a { background-color: rgb(242,157,108); }
div.DivClassName
{
background-color: #F29D6C;
}
.BgClassName
{
background-color: #F29D6C;
}
</style>
border-color css
<style>
span { border-color: #F29D6C; }
span { border-color: rgb(242,157,108); }
td.TdClassName
{
border-color: #F29D6C;
}
.TagClassName
{
border-color: #F29D6C;
}
</style>