Shades of Geraldine #F07668
Tints of Geraldine #F07668
RGB
CMYK
RGB Variations
Color information
#F07668 (or 0xF07668) is known color: Geraldine. HEX triplet: F0, 76 and 68. RGB value is (240,118,104). Sum of RGB (Red+Green+Blue) = 240+118+104=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07668 is #0F8997. Grayscale: #999999. Windows color (decimal): -1018264 or 6846192. OLE color: 6846192.
HSL color Cylindrical-coordinate representation of color #F07668: hue angle of 6.18º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07668 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 104 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.06 |
| HSL | 6.18º | 0.82% | 0.67% | - |
| HSV(B) | 6.18º | 0.57% | 0.94% | - |
| XYZ | 44.91 | 32.48 | 17 | - |
| YUV | 152.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 104 | 0 | 0.51 | 0.57 | 0.06 | 6.18 | 0.82 | 0.67 |
| Hex | F0 | 76 | 68 | 0 | 33 | 39 | 6 | 6 | 52 | 43 |
| Octal | 360 | 166 | 150 | 0 | 63 | 71 | 6 | 6 | 122 | 103 |
| Binary | 11110000 | 1110110 | 1101000 | 0 | 110011 | 111001 | 110 | 110 | 1010010 | 1000011 |
Color Harmonies of #F07668
Complementary color
Monochromatic Colors of #F07668
Black with #F07668
Text Example
Text Example
White with #F07668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07668; }
p { color: rgb(240,118,104); }
H1.HeaderClassName
{
color: #F07668;
}
.AnyTagClassName
{
color: #F07668;
}
</style>
background-color css
<style>
a { background-color: #F07668; }
a { background-color: rgb(240,118,104); }
div.DivClassName
{
background-color: #F07668;
}
.BgClassName
{
background-color: #F07668;
}
</style>
border-color css
<style>
span { border-color: #F07668; }
span { border-color: rgb(240,118,104); }
td.TdClassName
{
border-color: #F07668;
}
.TagClassName
{
border-color: #F07668;
}
</style>