Shades of Geraldine #F0756D
Tints of Geraldine #F0756D
RGB
CMYK
RGB Variations
Color information
#F0756D (or 0xF0756D) is known color: Geraldine. HEX triplet: F0, 75 and 6D. RGB value is (240,117,109). Sum of RGB (Red+Green+Blue) = 240+117+109=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0756D is #0F8A92. Grayscale: #999999. Windows color (decimal): -1018515 or 7173616. OLE color: 7173616.
HSL color Cylindrical-coordinate representation of color #F0756D: hue angle of 3.66º 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 #F0756D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 109 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 3.66º | 0.81% | 0.68% | - |
| HSV(B) | 3.66º | 0.55% | 0.94% | - |
| XYZ | 45.06 | 32.35 | 18.34 | - |
| YUV | 152.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 109 | 0 | 0.51 | 0.55 | 0.06 | 3.66 | 0.81 | 0.68 |
| Hex | F0 | 75 | 6D | 0 | 33 | 37 | 6 | 4 | 51 | 44 |
| Octal | 360 | 165 | 155 | 0 | 63 | 67 | 6 | 4 | 121 | 104 |
| Binary | 11110000 | 1110101 | 1101101 | 0 | 110011 | 110111 | 110 | 100 | 1010001 | 1000100 |
Color Harmonies of #F0756D
Complementary color
Monochromatic Colors of #F0756D
Black with #F0756D
Text Example
Text Example
White with #F0756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0756D; }
p { color: rgb(240,117,109); }
H1.HeaderClassName
{
color: #F0756D;
}
.AnyTagClassName
{
color: #F0756D;
}
</style>
background-color css
<style>
a { background-color: #F0756D; }
a { background-color: rgb(240,117,109); }
div.DivClassName
{
background-color: #F0756D;
}
.BgClassName
{
background-color: #F0756D;
}
</style>
border-color css
<style>
span { border-color: #F0756D; }
span { border-color: rgb(240,117,109); }
td.TdClassName
{
border-color: #F0756D;
}
.TagClassName
{
border-color: #F0756D;
}
</style>