Shades of Geraldine #F07270
Tints of Geraldine #F07270
RGB
CMYK
RGB Variations
Color information
#F07270 (or 0xF07270) is known color: Geraldine. HEX triplet: F0, 72 and 70. RGB value is (240,114,112). Sum of RGB (Red+Green+Blue) = 240+114+112=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07270 is #0F8D8F. Grayscale: #979797. Windows color (decimal): -1019280 or 7369456. OLE color: 7369456.
HSL color Cylindrical-coordinate representation of color #F07270: hue angle of 0.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07270 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 112 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.06 |
| HSL | 0.94º | 0.81% | 0.69% | - |
| HSV(B) | 0.94º | 0.53% | 0.94% | - |
| XYZ | 44.88 | 31.73 | 19.09 | - |
| YUV | 151.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 112 | 0 | 0.52 | 0.53 | 0.06 | 0.94 | 0.81 | 0.69 |
| Hex | F0 | 72 | 70 | 0 | 34 | 35 | 6 | 1 | 51 | 45 |
| Octal | 360 | 162 | 160 | 0 | 64 | 65 | 6 | 1 | 121 | 105 |
| Binary | 11110000 | 1110010 | 1110000 | 0 | 110100 | 110101 | 110 | 1 | 1010001 | 1000101 |
Color Harmonies of #F07270
Complementary color
Monochromatic Colors of #F07270
Black with #F07270
Text Example
Text Example
White with #F07270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07270; }
p { color: rgb(240,114,112); }
H1.HeaderClassName
{
color: #F07270;
}
.AnyTagClassName
{
color: #F07270;
}
</style>
background-color css
<style>
a { background-color: #F07270; }
a { background-color: rgb(240,114,112); }
div.DivClassName
{
background-color: #F07270;
}
.BgClassName
{
background-color: #F07270;
}
</style>
border-color css
<style>
span { border-color: #F07270; }
span { border-color: rgb(240,114,112); }
td.TdClassName
{
border-color: #F07270;
}
.TagClassName
{
border-color: #F07270;
}
</style>