Shades of Geraldine #F0776C
Tints of Geraldine #F0776C
RGB
CMYK
RGB Variations
Color information
#F0776C (or 0xF0776C) is known color: Geraldine. HEX triplet: F0, 77 and 6C. RGB value is (240,119,108). Sum of RGB (Red+Green+Blue) = 240+119+108=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776C is #0F8893. Grayscale: #9A9A9A. Windows color (decimal): -1018004 or 7108592. OLE color: 7108592.
HSL color Cylindrical-coordinate representation of color #F0776C: hue angle of 5º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0776C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 108 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.06 |
| HSL | 5º | 0.81% | 0.68% | - |
| HSV(B) | 5º | 0.55% | 0.94% | - |
| XYZ | 45.24 | 32.8 | 18.13 | - |
| YUV | 153.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 108 | 0 | 0.50 | 0.55 | 0.06 | 5 | 0.81 | 0.68 |
| Hex | F0 | 77 | 6C | 0 | 32 | 37 | 6 | 5 | 51 | 44 |
| Octal | 360 | 167 | 154 | 0 | 62 | 67 | 6 | 5 | 121 | 104 |
| Binary | 11110000 | 1110111 | 1101100 | 0 | 110010 | 110111 | 110 | 101 | 1010001 | 1000100 |
Color Harmonies of #F0776C
Complementary color
Monochromatic Colors of #F0776C
Black with #F0776C
Text Example
Text Example
White with #F0776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0776C; }
p { color: rgb(240,119,108); }
H1.HeaderClassName
{
color: #F0776C;
}
.AnyTagClassName
{
color: #F0776C;
}
</style>
background-color css
<style>
a { background-color: #F0776C; }
a { background-color: rgb(240,119,108); }
div.DivClassName
{
background-color: #F0776C;
}
.BgClassName
{
background-color: #F0776C;
}
</style>
border-color css
<style>
span { border-color: #F0776C; }
span { border-color: rgb(240,119,108); }
td.TdClassName
{
border-color: #F0776C;
}
.TagClassName
{
border-color: #F0776C;
}
</style>