Shades of Geraldine #F07473
Tints of Geraldine #F07473
RGB
CMYK
RGB Variations
Color information
#F07473 (or 0xF07473) is known color: Geraldine. HEX triplet: F0, 74 and 73. RGB value is (240,116,115). Sum of RGB (Red+Green+Blue) = 240+116+115=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07473 is #0F8B8C. Grayscale: #999999. Windows color (decimal): -1018765 or 7566576. OLE color: 7566576.
HSL color Cylindrical-coordinate representation of color #F07473: hue angle of 0.48º 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 #F07473 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 115 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.06 |
| HSL | 0.48º | 0.81% | 0.7% | - |
| HSV(B) | 0.48º | 0.52% | 0.94% | - |
| XYZ | 45.28 | 32.25 | 20.06 | - |
| YUV | 152.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 115 | 0 | 0.52 | 0.52 | 0.06 | 0.48 | 0.81 | 0.7 |
| Hex | F0 | 74 | 73 | 0 | 34 | 34 | 6 | 0 | 51 | 46 |
| Octal | 360 | 164 | 163 | 0 | 64 | 64 | 6 | 0 | 121 | 106 |
| Binary | 11110000 | 1110100 | 1110011 | 0 | 110100 | 110100 | 110 | 0 | 1010001 | 1000110 |
Color Harmonies of #F07473
Complementary color
Monochromatic Colors of #F07473
Black with #F07473
Text Example
Text Example
White with #F07473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07473; }
p { color: rgb(240,116,115); }
H1.HeaderClassName
{
color: #F07473;
}
.AnyTagClassName
{
color: #F07473;
}
</style>
background-color css
<style>
a { background-color: #F07473; }
a { background-color: rgb(240,116,115); }
div.DivClassName
{
background-color: #F07473;
}
.BgClassName
{
background-color: #F07473;
}
</style>
border-color css
<style>
span { border-color: #F07473; }
span { border-color: rgb(240,116,115); }
td.TdClassName
{
border-color: #F07473;
}
.TagClassName
{
border-color: #F07473;
}
</style>