Shades of Geraldine #F16E6C
Tints of Geraldine #F16E6C
RGB
CMYK
RGB Variations
Color information
#F16E6C (or 0xF16E6C) is known color: Geraldine. HEX triplet: F1, 6E and 6C. RGB value is (241,110,108). Sum of RGB (Red+Green+Blue) = 241+110+108=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E6C is #0E9193. Grayscale: #959595. Windows color (decimal): -954772 or 7106289. OLE color: 7106289.
HSL color Cylindrical-coordinate representation of color #F16E6C: hue angle of 0.9º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16E6C is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 108 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.05 |
| HSL | 0.9º | 0.83% | 0.68% | - |
| HSV(B) | 0.9º | 0.55% | 0.95% | - |
| XYZ | 44.56 | 30.94 | 17.81 | - |
| YUV | 148.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 108 | 0 | 0.54 | 0.55 | 0.05 | 0.9 | 0.83 | 0.68 |
| Hex | F1 | 6E | 6C | 0 | 36 | 37 | 5 | 1 | 53 | 44 |
| Octal | 361 | 156 | 154 | 0 | 66 | 67 | 5 | 1 | 123 | 104 |
| Binary | 11110001 | 1101110 | 1101100 | 0 | 110110 | 110111 | 101 | 1 | 1010011 | 1000100 |
Color Harmonies of #F16E6C
Complementary color
Monochromatic Colors of #F16E6C
Black with #F16E6C
Text Example
Text Example
White with #F16E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E6C; }
p { color: rgb(241,110,108); }
H1.HeaderClassName
{
color: #F16E6C;
}
.AnyTagClassName
{
color: #F16E6C;
}
</style>
background-color css
<style>
a { background-color: #F16E6C; }
a { background-color: rgb(241,110,108); }
div.DivClassName
{
background-color: #F16E6C;
}
.BgClassName
{
background-color: #F16E6C;
}
</style>
border-color css
<style>
span { border-color: #F16E6C; }
span { border-color: rgb(241,110,108); }
td.TdClassName
{
border-color: #F16E6C;
}
.TagClassName
{
border-color: #F16E6C;
}
</style>