Shades of Hit Pink #F19D6D
Tints of Hit Pink #F19D6D
RGB
CMYK
RGB Variations
Color information
#F19D6D (or 0xF19D6D) is known color: Hit Pink. HEX triplet: F1, 9D and 6D. RGB value is (241,157,109). Sum of RGB (Red+Green+Blue) = 241+157+109=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D6D is #0E6292. Grayscale: #B0B0B0. Windows color (decimal): -942739 or 7183857. OLE color: 7183857.
HSL color Cylindrical-coordinate representation of color #F19D6D: hue angle of 21.82º degrees, saturation: 0.82, 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 #F19D6D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 109 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.05 |
| HSL | 21.82º | 0.83% | 0.69% | - |
| HSV(B) | 21.82º | 0.55% | 0.95% | - |
| XYZ | 51.09 | 43.92 | 20.25 | - |
| YUV | 176.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 109 | 0 | 0.35 | 0.55 | 0.05 | 21.82 | 0.83 | 0.69 |
| Hex | F1 | 9D | 6D | 0 | 23 | 37 | 5 | 16 | 52 | 45 |
| Octal | 361 | 235 | 155 | 0 | 43 | 67 | 5 | 26 | 122 | 105 |
| Binary | 11110001 | 10011101 | 1101101 | 0 | 100011 | 110111 | 101 | 10110 | 1010010 | 1000101 |
Color Harmonies of #F19D6D
Complementary color
Monochromatic Colors of #F19D6D
Black with #F19D6D
Text Example
Text Example
White with #F19D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D6D; }
p { color: rgb(241,157,109); }
H1.HeaderClassName
{
color: #F19D6D;
}
.AnyTagClassName
{
color: #F19D6D;
}
</style>
background-color css
<style>
a { background-color: #F19D6D; }
a { background-color: rgb(241,157,109); }
div.DivClassName
{
background-color: #F19D6D;
}
.BgClassName
{
background-color: #F19D6D;
}
</style>
border-color css
<style>
span { border-color: #F19D6D; }
span { border-color: rgb(241,157,109); }
td.TdClassName
{
border-color: #F19D6D;
}
.TagClassName
{
border-color: #F19D6D;
}
</style>