Shades of Geraldine #F0746F
Tints of Geraldine #F0746F
RGB
CMYK
RGB Variations
Color information
#F0746F (or 0xF0746F) is known color: Geraldine. HEX triplet: F0, 74 and 6F. RGB value is (240,116,111). Sum of RGB (Red+Green+Blue) = 240+116+111=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0746F is #0F8B90. Grayscale: #989898. Windows color (decimal): -1018769 or 7304432. OLE color: 7304432.
HSL color Cylindrical-coordinate representation of color #F0746F: hue angle of 2.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0746F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 111 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.06 |
| HSL | 2.33º | 0.81% | 0.69% | - |
| HSV(B) | 2.33º | 0.54% | 0.94% | - |
| XYZ | 45.05 | 32.16 | 18.87 | - |
| YUV | 152.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 111 | 0 | 0.52 | 0.54 | 0.06 | 2.33 | 0.81 | 0.69 |
| Hex | F0 | 74 | 6F | 0 | 34 | 36 | 6 | 2 | 51 | 45 |
| Octal | 360 | 164 | 157 | 0 | 64 | 66 | 6 | 2 | 121 | 105 |
| Binary | 11110000 | 1110100 | 1101111 | 0 | 110100 | 110110 | 110 | 10 | 1010001 | 1000101 |
Color Harmonies of #F0746F
Complementary color
Monochromatic Colors of #F0746F
Black with #F0746F
Text Example
Text Example
White with #F0746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0746F; }
p { color: rgb(240,116,111); }
H1.HeaderClassName
{
color: #F0746F;
}
.AnyTagClassName
{
color: #F0746F;
}
</style>
background-color css
<style>
a { background-color: #F0746F; }
a { background-color: rgb(240,116,111); }
div.DivClassName
{
background-color: #F0746F;
}
.BgClassName
{
background-color: #F0746F;
}
</style>
border-color css
<style>
span { border-color: #F0746F; }
span { border-color: rgb(240,116,111); }
td.TdClassName
{
border-color: #F0746F;
}
.TagClassName
{
border-color: #F0746F;
}
</style>