Shades of Geraldine #F0776E
Tints of Geraldine #F0776E
RGB
CMYK
RGB Variations
Color information
#F0776E (or 0xF0776E) is known color: Geraldine. HEX triplet: F0, 77 and 6E. RGB value is (240,119,110). Sum of RGB (Red+Green+Blue) = 240+119+110=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776E is #0F8891. Grayscale: #9A9A9A. Windows color (decimal): -1018002 or 7239664. OLE color: 7239664.
HSL color Cylindrical-coordinate representation of color #F0776E: hue angle of 4.15º 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 #F0776E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 110 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.06 |
| HSL | 4.15º | 0.81% | 0.69% | - |
| HSV(B) | 4.15º | 0.54% | 0.94% | - |
| XYZ | 45.35 | 32.84 | 18.7 | - |
| YUV | 154.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 110 | 0 | 0.50 | 0.54 | 0.06 | 4.15 | 0.81 | 0.69 |
| Hex | F0 | 77 | 6E | 0 | 32 | 36 | 6 | 4 | 51 | 45 |
| Octal | 360 | 167 | 156 | 0 | 62 | 66 | 6 | 4 | 121 | 105 |
| Binary | 11110000 | 1110111 | 1101110 | 0 | 110010 | 110110 | 110 | 100 | 1010001 | 1000101 |
Color Harmonies of #F0776E
Complementary color
Monochromatic Colors of #F0776E
Black with #F0776E
Text Example
Text Example
White with #F0776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0776E; }
p { color: rgb(240,119,110); }
H1.HeaderClassName
{
color: #F0776E;
}
.AnyTagClassName
{
color: #F0776E;
}
</style>
background-color css
<style>
a { background-color: #F0776E; }
a { background-color: rgb(240,119,110); }
div.DivClassName
{
background-color: #F0776E;
}
.BgClassName
{
background-color: #F0776E;
}
</style>
border-color css
<style>
span { border-color: #F0776E; }
span { border-color: rgb(240,119,110); }
td.TdClassName
{
border-color: #F0776E;
}
.TagClassName
{
border-color: #F0776E;
}
</style>