Shades of Geraldine #F0796E
Tints of Geraldine #F0796E
RGB
CMYK
RGB Variations
Color information
#F0796E (or 0xF0796E) is known color: Geraldine. HEX triplet: F0, 79 and 6E. RGB value is (240,121,110). Sum of RGB (Red+Green+Blue) = 240+121+110=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796E is #0F8691. Grayscale: #9B9B9B. Windows color (decimal): -1017490 or 7240176. OLE color: 7240176.
HSL color Cylindrical-coordinate representation of color #F0796E: hue angle of 5.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0796E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 110 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.06 |
| HSL | 5.08º | 0.81% | 0.69% | - |
| HSV(B) | 5.08º | 0.54% | 0.94% | - |
| XYZ | 45.59 | 33.33 | 18.78 | - |
| YUV | 155.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 110 | 0 | 0.50 | 0.54 | 0.06 | 5.08 | 0.81 | 0.69 |
| Hex | F0 | 79 | 6E | 0 | 32 | 36 | 6 | 5 | 51 | 45 |
| Octal | 360 | 171 | 156 | 0 | 62 | 66 | 6 | 5 | 121 | 105 |
| Binary | 11110000 | 1111001 | 1101110 | 0 | 110010 | 110110 | 110 | 101 | 1010001 | 1000101 |
Color Harmonies of #F0796E
Complementary color
Monochromatic Colors of #F0796E
Black with #F0796E
Text Example
Text Example
White with #F0796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0796E; }
p { color: rgb(240,121,110); }
H1.HeaderClassName
{
color: #F0796E;
}
.AnyTagClassName
{
color: #F0796E;
}
</style>
background-color css
<style>
a { background-color: #F0796E; }
a { background-color: rgb(240,121,110); }
div.DivClassName
{
background-color: #F0796E;
}
.BgClassName
{
background-color: #F0796E;
}
</style>
border-color css
<style>
span { border-color: #F0796E; }
span { border-color: rgb(240,121,110); }
td.TdClassName
{
border-color: #F0796E;
}
.TagClassName
{
border-color: #F0796E;
}
</style>