Shades of Geraldine #F0766F
Tints of Geraldine #F0766F
RGB
CMYK
RGB Variations
Color information
#F0766F (or 0xF0766F) is known color: Geraldine. HEX triplet: F0, 76 and 6F. RGB value is (240,118,111). Sum of RGB (Red+Green+Blue) = 240+118+111=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0766F is #0F8990. Grayscale: #999999. Windows color (decimal): -1018257 or 7304944. OLE color: 7304944.
HSL color Cylindrical-coordinate representation of color #F0766F: hue angle of 3.26º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0766F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 111 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.06 |
| HSL | 3.26º | 0.81% | 0.69% | - |
| HSV(B) | 3.26º | 0.54% | 0.94% | - |
| XYZ | 45.28 | 32.63 | 18.95 | - |
| YUV | 153.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 111 | 0 | 0.51 | 0.54 | 0.06 | 3.26 | 0.81 | 0.69 |
| Hex | F0 | 76 | 6F | 0 | 33 | 36 | 6 | 3 | 51 | 45 |
| Octal | 360 | 166 | 157 | 0 | 63 | 66 | 6 | 3 | 121 | 105 |
| Binary | 11110000 | 1110110 | 1101111 | 0 | 110011 | 110110 | 110 | 11 | 1010001 | 1000101 |
Color Harmonies of #F0766F
Complementary color
Monochromatic Colors of #F0766F
Black with #F0766F
Text Example
Text Example
White with #F0766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0766F; }
p { color: rgb(240,118,111); }
H1.HeaderClassName
{
color: #F0766F;
}
.AnyTagClassName
{
color: #F0766F;
}
</style>
background-color css
<style>
a { background-color: #F0766F; }
a { background-color: rgb(240,118,111); }
div.DivClassName
{
background-color: #F0766F;
}
.BgClassName
{
background-color: #F0766F;
}
</style>
border-color css
<style>
span { border-color: #F0766F; }
span { border-color: rgb(240,118,111); }
td.TdClassName
{
border-color: #F0766F;
}
.TagClassName
{
border-color: #F0766F;
}
</style>