Shades of Geraldine #F0716C
Tints of Geraldine #F0716C
RGB
CMYK
RGB Variations
Color information
#F0716C (or 0xF0716C) is known color: Geraldine. HEX triplet: F0, 71 and 6C. RGB value is (240,113,108). Sum of RGB (Red+Green+Blue) = 240+113+108=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716C is #0F8E93. Grayscale: #969696. Windows color (decimal): -1019540 or 7107056. OLE color: 7107056.
HSL color Cylindrical-coordinate representation of color #F0716C: hue angle of 2.27º 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 #F0716C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 108 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.06 |
| HSL | 2.27º | 0.81% | 0.68% | - |
| HSV(B) | 2.27º | 0.55% | 0.94% | - |
| XYZ | 44.55 | 31.42 | 17.9 | - |
| YUV | 150.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 108 | 0 | 0.53 | 0.55 | 0.06 | 2.27 | 0.81 | 0.68 |
| Hex | F0 | 71 | 6C | 0 | 35 | 37 | 6 | 2 | 51 | 44 |
| Octal | 360 | 161 | 154 | 0 | 65 | 67 | 6 | 2 | 121 | 104 |
| Binary | 11110000 | 1110001 | 1101100 | 0 | 110101 | 110111 | 110 | 10 | 1010001 | 1000100 |
Color Harmonies of #F0716C
Complementary color
Monochromatic Colors of #F0716C
Black with #F0716C
Text Example
Text Example
White with #F0716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0716C; }
p { color: rgb(240,113,108); }
H1.HeaderClassName
{
color: #F0716C;
}
.AnyTagClassName
{
color: #F0716C;
}
</style>
background-color css
<style>
a { background-color: #F0716C; }
a { background-color: rgb(240,113,108); }
div.DivClassName
{
background-color: #F0716C;
}
.BgClassName
{
background-color: #F0716C;
}
</style>
border-color css
<style>
span { border-color: #F0716C; }
span { border-color: rgb(240,113,108); }
td.TdClassName
{
border-color: #F0716C;
}
.TagClassName
{
border-color: #F0716C;
}
</style>