Shades of Hit Pink #F29F70
Tints of Hit Pink #F29F70
RGB
CMYK
RGB Variations
Color information
#F29F70 (or 0xF29F70) is known color: Hit Pink. HEX triplet: F2, 9F and 70. RGB value is (242,159,112). Sum of RGB (Red+Green+Blue) = 242+159+112=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29F70 is #0D608F. Grayscale: #B2B2B2. Windows color (decimal): -876688 or 7380978. OLE color: 7380978.
HSL color Cylindrical-coordinate representation of color #F29F70: hue angle of 21.69º 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 #F29F70 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 112 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.05 |
| HSL | 21.69º | 0.83% | 0.69% | - |
| HSV(B) | 21.69º | 0.54% | 0.95% | - |
| XYZ | 51.94 | 44.84 | 21.25 | - |
| YUV | 178.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 112 | 0 | 0.34 | 0.54 | 0.05 | 21.69 | 0.83 | 0.69 |
| Hex | F2 | 9F | 70 | 0 | 22 | 36 | 5 | 16 | 53 | 45 |
| Octal | 362 | 237 | 160 | 0 | 42 | 66 | 5 | 26 | 123 | 105 |
| Binary | 11110010 | 10011111 | 1110000 | 0 | 100010 | 110110 | 101 | 10110 | 1010011 | 1000101 |
Color Harmonies of #F29F70
Complementary color
Monochromatic Colors of #F29F70
Black with #F29F70
Text Example
Text Example
White with #F29F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F70; }
p { color: rgb(242,159,112); }
H1.HeaderClassName
{
color: #F29F70;
}
.AnyTagClassName
{
color: #F29F70;
}
</style>
background-color css
<style>
a { background-color: #F29F70; }
a { background-color: rgb(242,159,112); }
div.DivClassName
{
background-color: #F29F70;
}
.BgClassName
{
background-color: #F29F70;
}
</style>
border-color css
<style>
span { border-color: #F29F70; }
span { border-color: rgb(242,159,112); }
td.TdClassName
{
border-color: #F29F70;
}
.TagClassName
{
border-color: #F29F70;
}
</style>