Shades of Geraldine #F08077
Tints of Geraldine #F08077
RGB
CMYK
RGB Variations
Color information
#F08077 (or 0xF08077) is known color: Geraldine. HEX triplet: F0, 80 and 77. RGB value is (240,128,119). Sum of RGB (Red+Green+Blue) = 240+128+119=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F08077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08077 is #0F7F88. Grayscale: #A0A0A0. Windows color (decimal): -1015689 or 7831792. OLE color: 7831792.
HSL color Cylindrical-coordinate representation of color #F08077: hue angle of 4.46º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08077 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 119 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.06 |
| HSL | 4.46º | 0.8% | 0.7% | - |
| HSV(B) | 4.46º | 0.5% | 0.94% | - |
| XYZ | 46.98 | 35.3 | 21.79 | - |
| YUV | 160.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 119 | 0 | 0.47 | 0.50 | 0.06 | 4.46 | 0.8 | 0.7 |
| Hex | F0 | 80 | 77 | 0 | 2F | 32 | 6 | 4 | 50 | 46 |
| Octal | 360 | 200 | 167 | 0 | 57 | 62 | 6 | 4 | 120 | 106 |
| Binary | 11110000 | 10000000 | 1110111 | 0 | 101111 | 110010 | 110 | 100 | 1010000 | 1000110 |
Color Harmonies of #F08077
Complementary color
Monochromatic Colors of #F08077
Black with #F08077
Text Example
Text Example
White with #F08077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08077; }
p { color: rgb(240,128,119); }
H1.HeaderClassName
{
color: #F08077;
}
.AnyTagClassName
{
color: #F08077;
}
</style>
background-color css
<style>
a { background-color: #F08077; }
a { background-color: rgb(240,128,119); }
div.DivClassName
{
background-color: #F08077;
}
.BgClassName
{
background-color: #F08077;
}
</style>
border-color css
<style>
span { border-color: #F08077; }
span { border-color: rgb(240,128,119); }
td.TdClassName
{
border-color: #F08077;
}
.TagClassName
{
border-color: #F08077;
}
</style>