Shades of Geraldine #F0796F
Tints of Geraldine #F0796F
RGB
CMYK
RGB Variations
Color information
#F0796F (or 0xF0796F) is known color: Geraldine. HEX triplet: F0, 79 and 6F. RGB value is (240,121,111). Sum of RGB (Red+Green+Blue) = 240+121+111=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0796F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0796F is #0F8690. Grayscale: #9B9B9B. Windows color (decimal): -1017489 or 7305712. OLE color: 7305712.
HSL color Cylindrical-coordinate representation of color #F0796F: hue angle of 4.65º 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 #F0796F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 111 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.06 |
| HSL | 4.65º | 0.81% | 0.69% | - |
| HSV(B) | 4.65º | 0.54% | 0.94% | - |
| XYZ | 45.64 | 33.35 | 19.07 | - |
| YUV | 155.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 111 | 0 | 0.50 | 0.54 | 0.06 | 4.65 | 0.81 | 0.69 |
| Hex | F0 | 79 | 6F | 0 | 32 | 36 | 6 | 5 | 51 | 45 |
| Octal | 360 | 171 | 157 | 0 | 62 | 66 | 6 | 5 | 121 | 105 |
| Binary | 11110000 | 1111001 | 1101111 | 0 | 110010 | 110110 | 110 | 101 | 1010001 | 1000101 |
Color Harmonies of #F0796F
Complementary color
Monochromatic Colors of #F0796F
Black with #F0796F
Text Example
Text Example
White with #F0796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0796F; }
p { color: rgb(240,121,111); }
H1.HeaderClassName
{
color: #F0796F;
}
.AnyTagClassName
{
color: #F0796F;
}
</style>
background-color css
<style>
a { background-color: #F0796F; }
a { background-color: rgb(240,121,111); }
div.DivClassName
{
background-color: #F0796F;
}
.BgClassName
{
background-color: #F0796F;
}
</style>
border-color css
<style>
span { border-color: #F0796F; }
span { border-color: rgb(240,121,111); }
td.TdClassName
{
border-color: #F0796F;
}
.TagClassName
{
border-color: #F0796F;
}
</style>