Shades of Geraldine #F0766B
Tints of Geraldine #F0766B
RGB
CMYK
RGB Variations
Color information
#F0766B (or 0xF0766B) is known color: Geraldine. HEX triplet: F0, 76 and 6B. RGB value is (240,118,107). Sum of RGB (Red+Green+Blue) = 240+118+107=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0766B is #0F8994. Grayscale: #999999. Windows color (decimal): -1018261 or 7042800. OLE color: 7042800.
HSL color Cylindrical-coordinate representation of color #F0766B: hue angle of 4.96º degrees, saturation: 0.82, 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 #F0766B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 107 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 4.96º | 0.82% | 0.68% | - |
| HSV(B) | 4.96º | 0.55% | 0.94% | - |
| XYZ | 45.07 | 32.54 | 17.82 | - |
| YUV | 153.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 107 | 0 | 0.51 | 0.55 | 0.06 | 4.96 | 0.82 | 0.68 |
| Hex | F0 | 76 | 6B | 0 | 33 | 37 | 6 | 5 | 52 | 44 |
| Octal | 360 | 166 | 153 | 0 | 63 | 67 | 6 | 5 | 122 | 104 |
| Binary | 11110000 | 1110110 | 1101011 | 0 | 110011 | 110111 | 110 | 101 | 1010010 | 1000100 |
Color Harmonies of #F0766B
Complementary color
Monochromatic Colors of #F0766B
Black with #F0766B
Text Example
Text Example
White with #F0766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0766B; }
p { color: rgb(240,118,107); }
H1.HeaderClassName
{
color: #F0766B;
}
.AnyTagClassName
{
color: #F0766B;
}
</style>
background-color css
<style>
a { background-color: #F0766B; }
a { background-color: rgb(240,118,107); }
div.DivClassName
{
background-color: #F0766B;
}
.BgClassName
{
background-color: #F0766B;
}
</style>
border-color css
<style>
span { border-color: #F0766B; }
span { border-color: rgb(240,118,107); }
td.TdClassName
{
border-color: #F0766B;
}
.TagClassName
{
border-color: #F0766B;
}
</style>