Shades of Geraldine #F06E6D
Tints of Geraldine #F06E6D
RGB
CMYK
RGB Variations
Color information
#F06E6D (or 0xF06E6D) is known color: Geraldine. HEX triplet: F0, 6E and 6D. RGB value is (240,110,109). Sum of RGB (Red+Green+Blue) = 240+110+109=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E6D is #0F9192. Grayscale: #949494. Windows color (decimal): -1020307 or 7171824. OLE color: 7171824.
HSL color Cylindrical-coordinate representation of color #F06E6D: hue angle of 0.46º 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 #F06E6D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 109 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.06 |
| HSL | 0.46º | 0.81% | 0.68% | - |
| HSV(B) | 0.46º | 0.55% | 0.94% | - |
| XYZ | 44.27 | 30.78 | 18.08 | - |
| YUV | 148.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 109 | 0 | 0.54 | 0.55 | 0.06 | 0.46 | 0.81 | 0.68 |
| Hex | F0 | 6E | 6D | 0 | 36 | 37 | 6 | 0 | 51 | 44 |
| Octal | 360 | 156 | 155 | 0 | 66 | 67 | 6 | 0 | 121 | 104 |
| Binary | 11110000 | 1101110 | 1101101 | 0 | 110110 | 110111 | 110 | 0 | 1010001 | 1000100 |
Color Harmonies of #F06E6D
Complementary color
Monochromatic Colors of #F06E6D
Black with #F06E6D
Text Example
Text Example
White with #F06E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E6D; }
p { color: rgb(240,110,109); }
H1.HeaderClassName
{
color: #F06E6D;
}
.AnyTagClassName
{
color: #F06E6D;
}
</style>
background-color css
<style>
a { background-color: #F06E6D; }
a { background-color: rgb(240,110,109); }
div.DivClassName
{
background-color: #F06E6D;
}
.BgClassName
{
background-color: #F06E6D;
}
</style>
border-color css
<style>
span { border-color: #F06E6D; }
span { border-color: rgb(240,110,109); }
td.TdClassName
{
border-color: #F06E6D;
}
.TagClassName
{
border-color: #F06E6D;
}
</style>