Shades of Geraldine #F0786B
Tints of Geraldine #F0786B
RGB
CMYK
RGB Variations
Color information
#F0786B (or 0xF0786B) is known color: Geraldine. HEX triplet: F0, 78 and 6B. RGB value is (240,120,107). Sum of RGB (Red+Green+Blue) = 240+120+107=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786B is #0F8794. Grayscale: #9A9A9A. Windows color (decimal): -1017749 or 7043312. OLE color: 7043312.
HSL color Cylindrical-coordinate representation of color #F0786B: hue angle of 5.86º 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 #F0786B is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 107 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.06 |
| HSL | 5.86º | 0.82% | 0.68% | - |
| HSV(B) | 5.86º | 0.55% | 0.94% | - |
| XYZ | 45.31 | 33.02 | 17.9 | - |
| YUV | 154.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 107 | 0 | 0.5 | 0.55 | 0.06 | 5.86 | 0.82 | 0.68 |
| Hex | F0 | 78 | 6B | 0 | 32 | 37 | 6 | 6 | 52 | 44 |
| Octal | 360 | 170 | 153 | 0 | 62 | 67 | 6 | 6 | 122 | 104 |
| Binary | 11110000 | 1111000 | 1101011 | 0 | 110010 | 110111 | 110 | 110 | 1010010 | 1000100 |
Color Harmonies of #F0786B
Complementary color
Monochromatic Colors of #F0786B
Black with #F0786B
Text Example
Text Example
White with #F0786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0786B; }
p { color: rgb(240,120,107); }
H1.HeaderClassName
{
color: #F0786B;
}
.AnyTagClassName
{
color: #F0786B;
}
</style>
background-color css
<style>
a { background-color: #F0786B; }
a { background-color: rgb(240,120,107); }
div.DivClassName
{
background-color: #F0786B;
}
.BgClassName
{
background-color: #F0786B;
}
</style>
border-color css
<style>
span { border-color: #F0786B; }
span { border-color: rgb(240,120,107); }
td.TdClassName
{
border-color: #F0786B;
}
.TagClassName
{
border-color: #F0786B;
}
</style>