Shades of Geraldine #F4706D
Tints of Geraldine #F4706D
RGB
CMYK
RGB Variations
Color information
#F4706D (or 0xF4706D) is known color: Geraldine. HEX triplet: F4, 70 and 6D. RGB value is (244,112,109). Sum of RGB (Red+Green+Blue) = 244+112+109=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4706D is #0B8F92. Grayscale: #979797. Windows color (decimal): -757651 or 7172340. OLE color: 7172340.
HSL color Cylindrical-coordinate representation of color #F4706D: hue angle of 1.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4706D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 109 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.04 |
| HSL | 1.33º | 0.86% | 0.69% | - |
| HSV(B) | 1.33º | 0.55% | 0.96% | - |
| XYZ | 45.86 | 31.93 | 18.21 | - |
| YUV | 151.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 109 | 0 | 0.54 | 0.55 | 0.04 | 1.33 | 0.86 | 0.69 |
| Hex | F4 | 70 | 6D | 0 | 36 | 37 | 4 | 1 | 56 | 45 |
| Octal | 364 | 160 | 155 | 0 | 66 | 67 | 4 | 1 | 126 | 105 |
| Binary | 11110100 | 1110000 | 1101101 | 0 | 110110 | 110111 | 100 | 1 | 1010110 | 1000101 |
Color Harmonies of #F4706D
Complementary color
Monochromatic Colors of #F4706D
Black with #F4706D
Text Example
Text Example
White with #F4706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4706D; }
p { color: rgb(244,112,109); }
H1.HeaderClassName
{
color: #F4706D;
}
.AnyTagClassName
{
color: #F4706D;
}
</style>
background-color css
<style>
a { background-color: #F4706D; }
a { background-color: rgb(244,112,109); }
div.DivClassName
{
background-color: #F4706D;
}
.BgClassName
{
background-color: #F4706D;
}
</style>
border-color css
<style>
span { border-color: #F4706D; }
span { border-color: rgb(244,112,109); }
td.TdClassName
{
border-color: #F4706D;
}
.TagClassName
{
border-color: #F4706D;
}
</style>