Shades of Geraldine #F0786F
Tints of Geraldine #F0786F
RGB
CMYK
RGB Variations
Color information
#F0786F (or 0xF0786F) is known color: Geraldine. HEX triplet: F0, 78 and 6F. RGB value is (240,120,111). Sum of RGB (Red+Green+Blue) = 240+120+111=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786F is #0F8790. Grayscale: #9B9B9B. Windows color (decimal): -1017745 or 7305456. OLE color: 7305456.
HSL color Cylindrical-coordinate representation of color #F0786F: hue angle of 4.19º 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 #F0786F is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 111 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.06 |
| HSL | 4.19º | 0.81% | 0.69% | - |
| HSV(B) | 4.19º | 0.54% | 0.94% | - |
| XYZ | 45.52 | 33.11 | 19.03 | - |
| YUV | 154.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 111 | 0 | 0.5 | 0.54 | 0.06 | 4.19 | 0.81 | 0.69 |
| Hex | F0 | 78 | 6F | 0 | 32 | 36 | 6 | 4 | 51 | 45 |
| Octal | 360 | 170 | 157 | 0 | 62 | 66 | 6 | 4 | 121 | 105 |
| Binary | 11110000 | 1111000 | 1101111 | 0 | 110010 | 110110 | 110 | 100 | 1010001 | 1000101 |
Color Harmonies of #F0786F
Complementary color
Monochromatic Colors of #F0786F
Black with #F0786F
Text Example
Text Example
White with #F0786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0786F; }
p { color: rgb(240,120,111); }
H1.HeaderClassName
{
color: #F0786F;
}
.AnyTagClassName
{
color: #F0786F;
}
</style>
background-color css
<style>
a { background-color: #F0786F; }
a { background-color: rgb(240,120,111); }
div.DivClassName
{
background-color: #F0786F;
}
.BgClassName
{
background-color: #F0786F;
}
</style>
border-color css
<style>
span { border-color: #F0786F; }
span { border-color: rgb(240,120,111); }
td.TdClassName
{
border-color: #F0786F;
}
.TagClassName
{
border-color: #F0786F;
}
</style>