Shades of Geraldine #F07372
Tints of Geraldine #F07372
RGB
CMYK
RGB Variations
Color information
#F07372 (or 0xF07372) is known color: Geraldine. HEX triplet: F0, 73 and 72. RGB value is (240,115,114). Sum of RGB (Red+Green+Blue) = 240+115+114=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07372 is #0F8C8D. Grayscale: #989898. Windows color (decimal): -1019022 or 7500784. OLE color: 7500784.
HSL color Cylindrical-coordinate representation of color #F07372: hue angle of 0.48º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07372 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 114 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.06 |
| HSL | 0.48º | 0.81% | 0.69% | - |
| HSV(B) | 0.48º | 0.53% | 0.94% | - |
| XYZ | 45.1 | 32 | 19.72 | - |
| YUV | 152.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 114 | 0 | 0.52 | 0.52 | 0.06 | 0.48 | 0.81 | 0.69 |
| Hex | F0 | 73 | 72 | 0 | 34 | 34 | 6 | 0 | 51 | 45 |
| Octal | 360 | 163 | 162 | 0 | 64 | 64 | 6 | 0 | 121 | 105 |
| Binary | 11110000 | 1110011 | 1110010 | 0 | 110100 | 110100 | 110 | 0 | 1010001 | 1000101 |
Color Harmonies of #F07372
Complementary color
Monochromatic Colors of #F07372
Black with #F07372
Text Example
Text Example
White with #F07372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07372; }
p { color: rgb(240,115,114); }
H1.HeaderClassName
{
color: #F07372;
}
.AnyTagClassName
{
color: #F07372;
}
</style>
background-color css
<style>
a { background-color: #F07372; }
a { background-color: rgb(240,115,114); }
div.DivClassName
{
background-color: #F07372;
}
.BgClassName
{
background-color: #F07372;
}
</style>
border-color css
<style>
span { border-color: #F07372; }
span { border-color: rgb(240,115,114); }
td.TdClassName
{
border-color: #F07372;
}
.TagClassName
{
border-color: #F07372;
}
</style>