Shades of Hit Pink #F29C70
Tints of Hit Pink #F29C70
RGB
CMYK
RGB Variations
Color information
#F29C70 (or 0xF29C70) is known color: Hit Pink. HEX triplet: F2, 9C and 70. RGB value is (242,156,112). Sum of RGB (Red+Green+Blue) = 242+156+112=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C70 is #0D638F. Grayscale: #B0B0B0. Windows color (decimal): -877456 or 7380210. OLE color: 7380210.
HSL color Cylindrical-coordinate representation of color #F29C70: hue angle of 20.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F29C70 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 112 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.05 |
| HSL | 20.31º | 0.83% | 0.69% | - |
| HSV(B) | 20.31º | 0.54% | 0.95% | - |
| XYZ | 51.43 | 43.82 | 21.08 | - |
| YUV | 176.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 112 | 0 | 0.36 | 0.54 | 0.05 | 20.31 | 0.83 | 0.69 |
| Hex | F2 | 9C | 70 | 0 | 24 | 36 | 5 | 14 | 53 | 45 |
| Octal | 362 | 234 | 160 | 0 | 44 | 66 | 5 | 24 | 123 | 105 |
| Binary | 11110010 | 10011100 | 1110000 | 0 | 100100 | 110110 | 101 | 10100 | 1010011 | 1000101 |
Color Harmonies of #F29C70
Complementary color
Monochromatic Colors of #F29C70
Black with #F29C70
Text Example
Text Example
White with #F29C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C70; }
p { color: rgb(242,156,112); }
H1.HeaderClassName
{
color: #F29C70;
}
.AnyTagClassName
{
color: #F29C70;
}
</style>
background-color css
<style>
a { background-color: #F29C70; }
a { background-color: rgb(242,156,112); }
div.DivClassName
{
background-color: #F29C70;
}
.BgClassName
{
background-color: #F29C70;
}
</style>
border-color css
<style>
span { border-color: #F29C70; }
span { border-color: rgb(242,156,112); }
td.TdClassName
{
border-color: #F29C70;
}
.TagClassName
{
border-color: #F29C70;
}
</style>