Shades of Geraldine #F0786C
Tints of Geraldine #F0786C
RGB
CMYK
RGB Variations
Color information
#F0786C (or 0xF0786C) is known color: Geraldine. HEX triplet: F0, 78 and 6C. RGB value is (240,120,108). Sum of RGB (Red+Green+Blue) = 240+120+108=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786C is #0F8793. Grayscale: #9A9A9A. Windows color (decimal): -1017748 or 7108848. OLE color: 7108848.
HSL color Cylindrical-coordinate representation of color #F0786C: hue angle of 5.45º 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 #F0786C is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 108 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.06 |
| HSL | 5.45º | 0.81% | 0.68% | - |
| HSV(B) | 5.45º | 0.55% | 0.94% | - |
| XYZ | 45.36 | 33.04 | 18.17 | - |
| YUV | 154.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 108 | 0 | 0.5 | 0.55 | 0.06 | 5.45 | 0.81 | 0.68 |
| Hex | F0 | 78 | 6C | 0 | 32 | 37 | 6 | 5 | 51 | 44 |
| Octal | 360 | 170 | 154 | 0 | 62 | 67 | 6 | 5 | 121 | 104 |
| Binary | 11110000 | 1111000 | 1101100 | 0 | 110010 | 110111 | 110 | 101 | 1010001 | 1000100 |
Color Harmonies of #F0786C
Complementary color
Monochromatic Colors of #F0786C
Black with #F0786C
Text Example
Text Example
White with #F0786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0786C; }
p { color: rgb(240,120,108); }
H1.HeaderClassName
{
color: #F0786C;
}
.AnyTagClassName
{
color: #F0786C;
}
</style>
background-color css
<style>
a { background-color: #F0786C; }
a { background-color: rgb(240,120,108); }
div.DivClassName
{
background-color: #F0786C;
}
.BgClassName
{
background-color: #F0786C;
}
</style>
border-color css
<style>
span { border-color: #F0786C; }
span { border-color: rgb(240,120,108); }
td.TdClassName
{
border-color: #F0786C;
}
.TagClassName
{
border-color: #F0786C;
}
</style>