Shades of Hit Pink #F19C70
Tints of Hit Pink #F19C70
RGB
CMYK
RGB Variations
Color information
#F19C70 (or 0xF19C70) is known color: Hit Pink. HEX triplet: F1, 9C and 70. RGB value is (241,156,112). Sum of RGB (Red+Green+Blue) = 241+156+112=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C70 is #0E638F. Grayscale: #B0B0B0. Windows color (decimal): -942992 or 7380209. OLE color: 7380209.
HSL color Cylindrical-coordinate representation of color #F19C70: hue angle of 20.47º 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 #F19C70 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 112 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.05 |
| HSL | 20.47º | 0.82% | 0.69% | - |
| HSV(B) | 20.47º | 0.54% | 0.95% | - |
| XYZ | 51.09 | 43.65 | 21.06 | - |
| YUV | 176.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 112 | 0 | 0.35 | 0.54 | 0.05 | 20.47 | 0.82 | 0.69 |
| Hex | F1 | 9C | 70 | 0 | 23 | 36 | 5 | 14 | 52 | 45 |
| Octal | 361 | 234 | 160 | 0 | 43 | 66 | 5 | 24 | 122 | 105 |
| Binary | 11110001 | 10011100 | 1110000 | 0 | 100011 | 110110 | 101 | 10100 | 1010010 | 1000101 |
Color Harmonies of #F19C70
Complementary color
Monochromatic Colors of #F19C70
Black with #F19C70
Text Example
Text Example
White with #F19C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C70; }
p { color: rgb(241,156,112); }
H1.HeaderClassName
{
color: #F19C70;
}
.AnyTagClassName
{
color: #F19C70;
}
</style>
background-color css
<style>
a { background-color: #F19C70; }
a { background-color: rgb(241,156,112); }
div.DivClassName
{
background-color: #F19C70;
}
.BgClassName
{
background-color: #F19C70;
}
</style>
border-color css
<style>
span { border-color: #F19C70; }
span { border-color: rgb(241,156,112); }
td.TdClassName
{
border-color: #F19C70;
}
.TagClassName
{
border-color: #F19C70;
}
</style>