Shades of Geraldine #F07674
Tints of Geraldine #F07674
RGB
CMYK
RGB Variations
Color information
#F07674 (or 0xF07674) is known color: Geraldine. HEX triplet: F0, 76 and 74. RGB value is (240,118,116). Sum of RGB (Red+Green+Blue) = 240+118+116=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07674 is #0F898B. Grayscale: #9A9A9A. Windows color (decimal): -1018252 or 7632624. OLE color: 7632624.
HSL color Cylindrical-coordinate representation of color #F07674: hue angle of 0.97º 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 #F07674 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 116 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.06 |
| HSL | 0.97º | 0.81% | 0.7% | - |
| HSV(B) | 0.97º | 0.52% | 0.94% | - |
| XYZ | 45.57 | 32.74 | 20.44 | - |
| YUV | 154.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 116 | 0 | 0.51 | 0.52 | 0.06 | 0.97 | 0.81 | 0.7 |
| Hex | F0 | 76 | 74 | 0 | 33 | 34 | 6 | 1 | 51 | 46 |
| Octal | 360 | 166 | 164 | 0 | 63 | 64 | 6 | 1 | 121 | 106 |
| Binary | 11110000 | 1110110 | 1110100 | 0 | 110011 | 110100 | 110 | 1 | 1010001 | 1000110 |
Color Harmonies of #F07674
Complementary color
Monochromatic Colors of #F07674
Black with #F07674
Text Example
Text Example
White with #F07674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07674; }
p { color: rgb(240,118,116); }
H1.HeaderClassName
{
color: #F07674;
}
.AnyTagClassName
{
color: #F07674;
}
</style>
background-color css
<style>
a { background-color: #F07674; }
a { background-color: rgb(240,118,116); }
div.DivClassName
{
background-color: #F07674;
}
.BgClassName
{
background-color: #F07674;
}
</style>
border-color css
<style>
span { border-color: #F07674; }
span { border-color: rgb(240,118,116); }
td.TdClassName
{
border-color: #F07674;
}
.TagClassName
{
border-color: #F07674;
}
</style>