Shades of Geraldine #F07873
Tints of Geraldine #F07873
RGB
CMYK
RGB Variations
Color information
#F07873 (or 0xF07873) is known color: Geraldine. HEX triplet: F0, 78 and 73. RGB value is (240,120,115). Sum of RGB (Red+Green+Blue) = 240+120+115=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07873 is #0F878C. Grayscale: #9B9B9B. Windows color (decimal): -1017741 or 7567600. OLE color: 7567600.
HSL color Cylindrical-coordinate representation of color #F07873: hue angle of 2.4º 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 #F07873 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 115 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.06 |
| HSL | 2.4º | 0.81% | 0.7% | - |
| HSV(B) | 2.4º | 0.52% | 0.94% | - |
| XYZ | 45.75 | 33.2 | 20.22 | - |
| YUV | 155.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 115 | 0 | 0.5 | 0.52 | 0.06 | 2.4 | 0.81 | 0.7 |
| Hex | F0 | 78 | 73 | 0 | 32 | 34 | 6 | 2 | 51 | 46 |
| Octal | 360 | 170 | 163 | 0 | 62 | 64 | 6 | 2 | 121 | 106 |
| Binary | 11110000 | 1111000 | 1110011 | 0 | 110010 | 110100 | 110 | 10 | 1010001 | 1000110 |
Color Harmonies of #F07873
Complementary color
Monochromatic Colors of #F07873
Black with #F07873
Text Example
Text Example
White with #F07873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07873; }
p { color: rgb(240,120,115); }
H1.HeaderClassName
{
color: #F07873;
}
.AnyTagClassName
{
color: #F07873;
}
</style>
background-color css
<style>
a { background-color: #F07873; }
a { background-color: rgb(240,120,115); }
div.DivClassName
{
background-color: #F07873;
}
.BgClassName
{
background-color: #F07873;
}
</style>
border-color css
<style>
span { border-color: #F07873; }
span { border-color: rgb(240,120,115); }
td.TdClassName
{
border-color: #F07873;
}
.TagClassName
{
border-color: #F07873;
}
</style>