Shades of Geraldine #F07D74
Tints of Geraldine #F07D74
RGB
CMYK
RGB Variations
Color information
#F07D74 (or 0xF07D74) is known color: Geraldine. HEX triplet: F0, 7D and 74. RGB value is (240,125,116). Sum of RGB (Red+Green+Blue) = 240+125+116=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D74 is #0F828B. Grayscale: #9E9E9E. Windows color (decimal): -1016460 or 7634416. OLE color: 7634416.
HSL color Cylindrical-coordinate representation of color #F07D74: hue angle of 4.35º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07D74 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 116 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.06 |
| HSL | 4.35º | 0.81% | 0.7% | - |
| HSV(B) | 4.35º | 0.52% | 0.94% | - |
| XYZ | 46.42 | 34.45 | 20.73 | - |
| YUV | 158.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 116 | 0 | 0.48 | 0.52 | 0.06 | 4.35 | 0.81 | 0.7 |
| Hex | F0 | 7D | 74 | 0 | 30 | 34 | 6 | 4 | 51 | 46 |
| Octal | 360 | 175 | 164 | 0 | 60 | 64 | 6 | 4 | 121 | 106 |
| Binary | 11110000 | 1111101 | 1110100 | 0 | 110000 | 110100 | 110 | 100 | 1010001 | 1000110 |
Color Harmonies of #F07D74
Complementary color
Monochromatic Colors of #F07D74
Black with #F07D74
Text Example
Text Example
White with #F07D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D74; }
p { color: rgb(240,125,116); }
H1.HeaderClassName
{
color: #F07D74;
}
.AnyTagClassName
{
color: #F07D74;
}
</style>
background-color css
<style>
a { background-color: #F07D74; }
a { background-color: rgb(240,125,116); }
div.DivClassName
{
background-color: #F07D74;
}
.BgClassName
{
background-color: #F07D74;
}
</style>
border-color css
<style>
span { border-color: #F07D74; }
span { border-color: rgb(240,125,116); }
td.TdClassName
{
border-color: #F07D74;
}
.TagClassName
{
border-color: #F07D74;
}
</style>