Shades of Geraldine #F07770
Tints of Geraldine #F07770
RGB
CMYK
RGB Variations
Color information
#F07770 (or 0xF07770) is known color: Geraldine. HEX triplet: F0, 77 and 70. RGB value is (240,119,112). Sum of RGB (Red+Green+Blue) = 240+119+112=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07770 is #0F888F. Grayscale: #9A9A9A. Windows color (decimal): -1018000 or 7370736. OLE color: 7370736.
HSL color Cylindrical-coordinate representation of color #F07770: hue angle of 3.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07770 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 112 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.06 |
| HSL | 3.28º | 0.81% | 0.69% | - |
| HSV(B) | 3.28º | 0.53% | 0.94% | - |
| XYZ | 45.46 | 32.89 | 19.28 | - |
| YUV | 154.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 112 | 0 | 0.50 | 0.53 | 0.06 | 3.28 | 0.81 | 0.69 |
| Hex | F0 | 77 | 70 | 0 | 32 | 35 | 6 | 3 | 51 | 45 |
| Octal | 360 | 167 | 160 | 0 | 62 | 65 | 6 | 3 | 121 | 105 |
| Binary | 11110000 | 1110111 | 1110000 | 0 | 110010 | 110101 | 110 | 11 | 1010001 | 1000101 |
Color Harmonies of #F07770
Complementary color
Monochromatic Colors of #F07770
Black with #F07770
Text Example
Text Example
White with #F07770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07770; }
p { color: rgb(240,119,112); }
H1.HeaderClassName
{
color: #F07770;
}
.AnyTagClassName
{
color: #F07770;
}
</style>
background-color css
<style>
a { background-color: #F07770; }
a { background-color: rgb(240,119,112); }
div.DivClassName
{
background-color: #F07770;
}
.BgClassName
{
background-color: #F07770;
}
</style>
border-color css
<style>
span { border-color: #F07770; }
span { border-color: rgb(240,119,112); }
td.TdClassName
{
border-color: #F07770;
}
.TagClassName
{
border-color: #F07770;
}
</style>