Shades of Geraldine #F07977
Tints of Geraldine #F07977
RGB
CMYK
RGB Variations
Color information
#F07977 (or 0xF07977) is known color: Geraldine. HEX triplet: F0, 79 and 77. RGB value is (240,121,119). Sum of RGB (Red+Green+Blue) = 240+121+119=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F07977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07977 is #0F8688. Grayscale: #9C9C9C. Windows color (decimal): -1017481 or 7830000. OLE color: 7830000.
HSL color Cylindrical-coordinate representation of color #F07977: hue angle of 0.99º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07977 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.06 |
| HSL | 0.99º | 0.8% | 0.7% | - |
| HSV(B) | 0.99º | 0.5% | 0.94% | - |
| XYZ | 46.1 | 33.53 | 21.5 | - |
| YUV | 156.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 119 | 0 | 0.50 | 0.50 | 0.06 | 0.99 | 0.8 | 0.7 |
| Hex | F0 | 79 | 77 | 0 | 32 | 32 | 6 | 1 | 50 | 46 |
| Octal | 360 | 171 | 167 | 0 | 62 | 62 | 6 | 1 | 120 | 106 |
| Binary | 11110000 | 1111001 | 1110111 | 0 | 110010 | 110010 | 110 | 1 | 1010000 | 1000110 |
Color Harmonies of #F07977
Complementary color
Monochromatic Colors of #F07977
Black with #F07977
Text Example
Text Example
White with #F07977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07977; }
p { color: rgb(240,121,119); }
H1.HeaderClassName
{
color: #F07977;
}
.AnyTagClassName
{
color: #F07977;
}
</style>
background-color css
<style>
a { background-color: #F07977; }
a { background-color: rgb(240,121,119); }
div.DivClassName
{
background-color: #F07977;
}
.BgClassName
{
background-color: #F07977;
}
</style>
border-color css
<style>
span { border-color: #F07977; }
span { border-color: rgb(240,121,119); }
td.TdClassName
{
border-color: #F07977;
}
.TagClassName
{
border-color: #F07977;
}
</style>