Shades of Hit Pink #F19C6D
Tints of Hit Pink #F19C6D
RGB
CMYK
RGB Variations
Color information
#F19C6D (or 0xF19C6D) is known color: Hit Pink. HEX triplet: F1, 9C and 6D. RGB value is (241,156,109). Sum of RGB (Red+Green+Blue) = 241+156+109=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C6D is #0E6392. Grayscale: #B0B0B0. Windows color (decimal): -942995 or 7183601. OLE color: 7183601.
HSL color Cylindrical-coordinate representation of color #F19C6D: hue angle of 21.36º 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 #F19C6D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 109 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.05 |
| HSL | 21.36º | 0.83% | 0.69% | - |
| HSV(B) | 21.36º | 0.55% | 0.95% | - |
| XYZ | 50.92 | 43.58 | 20.2 | - |
| YUV | 176.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 109 | 0 | 0.35 | 0.55 | 0.05 | 21.36 | 0.83 | 0.69 |
| Hex | F1 | 9C | 6D | 0 | 23 | 37 | 5 | 15 | 52 | 45 |
| Octal | 361 | 234 | 155 | 0 | 43 | 67 | 5 | 25 | 122 | 105 |
| Binary | 11110001 | 10011100 | 1101101 | 0 | 100011 | 110111 | 101 | 10101 | 1010010 | 1000101 |
Color Harmonies of #F19C6D
Complementary color
Monochromatic Colors of #F19C6D
Black with #F19C6D
Text Example
Text Example
White with #F19C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C6D; }
p { color: rgb(241,156,109); }
H1.HeaderClassName
{
color: #F19C6D;
}
.AnyTagClassName
{
color: #F19C6D;
}
</style>
background-color css
<style>
a { background-color: #F19C6D; }
a { background-color: rgb(241,156,109); }
div.DivClassName
{
background-color: #F19C6D;
}
.BgClassName
{
background-color: #F19C6D;
}
</style>
border-color css
<style>
span { border-color: #F19C6D; }
span { border-color: rgb(241,156,109); }
td.TdClassName
{
border-color: #F19C6D;
}
.TagClassName
{
border-color: #F19C6D;
}
</style>