Shades of Geraldine #F0776D
Tints of Geraldine #F0776D
RGB
CMYK
RGB Variations
Color information
#F0776D (or 0xF0776D) is known color: Geraldine. HEX triplet: F0, 77 and 6D. RGB value is (240,119,109). Sum of RGB (Red+Green+Blue) = 240+119+109=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0776D is #0F8892. Grayscale: #9A9A9A. Windows color (decimal): -1018003 or 7174128. OLE color: 7174128.
HSL color Cylindrical-coordinate representation of color #F0776D: hue angle of 4.58º 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 #F0776D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 109 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.06 |
| HSL | 4.58º | 0.81% | 0.68% | - |
| HSV(B) | 4.58º | 0.55% | 0.94% | - |
| XYZ | 45.29 | 32.82 | 18.42 | - |
| YUV | 154.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 109 | 0 | 0.50 | 0.55 | 0.06 | 4.58 | 0.81 | 0.68 |
| Hex | F0 | 77 | 6D | 0 | 32 | 37 | 6 | 5 | 51 | 44 |
| Octal | 360 | 167 | 155 | 0 | 62 | 67 | 6 | 5 | 121 | 104 |
| Binary | 11110000 | 1110111 | 1101101 | 0 | 110010 | 110111 | 110 | 101 | 1010001 | 1000100 |
Color Harmonies of #F0776D
Complementary color
Monochromatic Colors of #F0776D
Black with #F0776D
Text Example
Text Example
White with #F0776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0776D; }
p { color: rgb(240,119,109); }
H1.HeaderClassName
{
color: #F0776D;
}
.AnyTagClassName
{
color: #F0776D;
}
</style>
background-color css
<style>
a { background-color: #F0776D; }
a { background-color: rgb(240,119,109); }
div.DivClassName
{
background-color: #F0776D;
}
.BgClassName
{
background-color: #F0776D;
}
</style>
border-color css
<style>
span { border-color: #F0776D; }
span { border-color: rgb(240,119,109); }
td.TdClassName
{
border-color: #F0776D;
}
.TagClassName
{
border-color: #F0776D;
}
</style>