Shades of Geraldine #F07976
Tints of Geraldine #F07976
RGB
CMYK
RGB Variations
Color information
#F07976 (or 0xF07976) is known color: Geraldine. HEX triplet: F0, 79 and 76. RGB value is (240,121,118). Sum of RGB (Red+Green+Blue) = 240+121+118=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F07976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07976 is #0F8689. Grayscale: #9C9C9C. Windows color (decimal): -1017482 or 7764464. OLE color: 7764464.
HSL color Cylindrical-coordinate representation of color #F07976: hue angle of 1.48º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07976 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 118 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.06 |
| HSL | 1.48º | 0.8% | 0.7% | - |
| HSV(B) | 1.48º | 0.51% | 0.94% | - |
| XYZ | 46.04 | 33.51 | 21.18 | - |
| YUV | 156.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 118 | 0 | 0.50 | 0.51 | 0.06 | 1.48 | 0.8 | 0.7 |
| Hex | F0 | 79 | 76 | 0 | 32 | 33 | 6 | 1 | 50 | 46 |
| Octal | 360 | 171 | 166 | 0 | 62 | 63 | 6 | 1 | 120 | 106 |
| Binary | 11110000 | 1111001 | 1110110 | 0 | 110010 | 110011 | 110 | 1 | 1010000 | 1000110 |
Color Harmonies of #F07976
Complementary color
Monochromatic Colors of #F07976
Black with #F07976
Text Example
Text Example
White with #F07976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07976; }
p { color: rgb(240,121,118); }
H1.HeaderClassName
{
color: #F07976;
}
.AnyTagClassName
{
color: #F07976;
}
</style>
background-color css
<style>
a { background-color: #F07976; }
a { background-color: rgb(240,121,118); }
div.DivClassName
{
background-color: #F07976;
}
.BgClassName
{
background-color: #F07976;
}
</style>
border-color css
<style>
span { border-color: #F07976; }
span { border-color: rgb(240,121,118); }
td.TdClassName
{
border-color: #F07976;
}
.TagClassName
{
border-color: #F07976;
}
</style>