Shades of Hit Pink #F19F70
Tints of Hit Pink #F19F70
RGB
CMYK
RGB Variations
Color information
#F19F70 (or 0xF19F70) is known color: Hit Pink. HEX triplet: F1, 9F and 70. RGB value is (241,159,112). Sum of RGB (Red+Green+Blue) = 241+159+112=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F70 is #0E608F. Grayscale: #B2B2B2. Windows color (decimal): -942224 or 7380977. OLE color: 7380977.
HSL color Cylindrical-coordinate representation of color #F19F70: hue angle of 21.86º degrees, saturation: 0.82, 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 #F19F70 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 112 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.05 |
| HSL | 21.86º | 0.82% | 0.69% | - |
| HSV(B) | 21.86º | 0.54% | 0.95% | - |
| XYZ | 51.6 | 44.67 | 21.23 | - |
| YUV | 178.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 112 | 0 | 0.34 | 0.54 | 0.05 | 21.86 | 0.82 | 0.69 |
| Hex | F1 | 9F | 70 | 0 | 22 | 36 | 5 | 16 | 52 | 45 |
| Octal | 361 | 237 | 160 | 0 | 42 | 66 | 5 | 26 | 122 | 105 |
| Binary | 11110001 | 10011111 | 1110000 | 0 | 100010 | 110110 | 101 | 10110 | 1010010 | 1000101 |
Color Harmonies of #F19F70
Complementary color
Monochromatic Colors of #F19F70
Black with #F19F70
Text Example
Text Example
White with #F19F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F70; }
p { color: rgb(241,159,112); }
H1.HeaderClassName
{
color: #F19F70;
}
.AnyTagClassName
{
color: #F19F70;
}
</style>
background-color css
<style>
a { background-color: #F19F70; }
a { background-color: rgb(241,159,112); }
div.DivClassName
{
background-color: #F19F70;
}
.BgClassName
{
background-color: #F19F70;
}
</style>
border-color css
<style>
span { border-color: #F19F70; }
span { border-color: rgb(241,159,112); }
td.TdClassName
{
border-color: #F19F70;
}
.TagClassName
{
border-color: #F19F70;
}
</style>