Shades of Geraldine #F0766C
Tints of Geraldine #F0766C
RGB
CMYK
RGB Variations
Color information
#F0766C (or 0xF0766C) is known color: Geraldine. HEX triplet: F0, 76 and 6C. RGB value is (240,118,108). Sum of RGB (Red+Green+Blue) = 240+118+108=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0766C is #0F8993. Grayscale: #999999. Windows color (decimal): -1018260 or 7108336. OLE color: 7108336.
HSL color Cylindrical-coordinate representation of color #F0766C: hue angle of 4.55º 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 #F0766C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 108 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 4.55º | 0.81% | 0.68% | - |
| HSV(B) | 4.55º | 0.55% | 0.94% | - |
| XYZ | 45.12 | 32.56 | 18.09 | - |
| YUV | 153.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 108 | 0 | 0.51 | 0.55 | 0.06 | 4.55 | 0.81 | 0.68 |
| Hex | F0 | 76 | 6C | 0 | 33 | 37 | 6 | 5 | 51 | 44 |
| Octal | 360 | 166 | 154 | 0 | 63 | 67 | 6 | 5 | 121 | 104 |
| Binary | 11110000 | 1110110 | 1101100 | 0 | 110011 | 110111 | 110 | 101 | 1010001 | 1000100 |
Color Harmonies of #F0766C
Complementary color
Monochromatic Colors of #F0766C
Black with #F0766C
Text Example
Text Example
White with #F0766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0766C; }
p { color: rgb(240,118,108); }
H1.HeaderClassName
{
color: #F0766C;
}
.AnyTagClassName
{
color: #F0766C;
}
</style>
background-color css
<style>
a { background-color: #F0766C; }
a { background-color: rgb(240,118,108); }
div.DivClassName
{
background-color: #F0766C;
}
.BgClassName
{
background-color: #F0766C;
}
</style>
border-color css
<style>
span { border-color: #F0766C; }
span { border-color: rgb(240,118,108); }
td.TdClassName
{
border-color: #F0766C;
}
.TagClassName
{
border-color: #F0766C;
}
</style>