Shades of Geraldine #F0766D
Tints of Geraldine #F0766D
RGB
CMYK
RGB Variations
Color information
#F0766D (or 0xF0766D) is known color: Geraldine. HEX triplet: F0, 76 and 6D. RGB value is (240,118,109). Sum of RGB (Red+Green+Blue) = 240+118+109=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0766D is #0F8992. Grayscale: #999999. Windows color (decimal): -1018259 or 7173872. OLE color: 7173872.
HSL color Cylindrical-coordinate representation of color #F0766D: hue angle of 4.12º 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 #F0766D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 109 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 4.12º | 0.81% | 0.68% | - |
| HSV(B) | 4.12º | 0.55% | 0.94% | - |
| XYZ | 45.17 | 32.59 | 18.38 | - |
| YUV | 153.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 109 | 0 | 0.51 | 0.55 | 0.06 | 4.12 | 0.81 | 0.68 |
| Hex | F0 | 76 | 6D | 0 | 33 | 37 | 6 | 4 | 51 | 44 |
| Octal | 360 | 166 | 155 | 0 | 63 | 67 | 6 | 4 | 121 | 104 |
| Binary | 11110000 | 1110110 | 1101101 | 0 | 110011 | 110111 | 110 | 100 | 1010001 | 1000100 |
Color Harmonies of #F0766D
Complementary color
Monochromatic Colors of #F0766D
Black with #F0766D
Text Example
Text Example
White with #F0766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0766D; }
p { color: rgb(240,118,109); }
H1.HeaderClassName
{
color: #F0766D;
}
.AnyTagClassName
{
color: #F0766D;
}
</style>
background-color css
<style>
a { background-color: #F0766D; }
a { background-color: rgb(240,118,109); }
div.DivClassName
{
background-color: #F0766D;
}
.BgClassName
{
background-color: #F0766D;
}
</style>
border-color css
<style>
span { border-color: #F0766D; }
span { border-color: rgb(240,118,109); }
td.TdClassName
{
border-color: #F0766D;
}
.TagClassName
{
border-color: #F0766D;
}
</style>