Shades of Geraldine #F37270
Tints of Geraldine #F37270
RGB
CMYK
RGB Variations
Color information
#F37270 (or 0xF37270) is known color: Geraldine. HEX triplet: F3, 72 and 70. RGB value is (243,114,112). Sum of RGB (Red+Green+Blue) = 243+114+112=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F37270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37270 is #0C8D8F. Grayscale: #989898. Windows color (decimal): -822672 or 7369459. OLE color: 7369459.
HSL color Cylindrical-coordinate representation of color #F37270: hue angle of 0.92º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37270 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 112 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.05 |
| HSL | 0.92º | 0.85% | 0.7% | - |
| HSV(B) | 0.92º | 0.54% | 0.95% | - |
| XYZ | 45.9 | 32.26 | 19.14 | - |
| YUV | 152.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 112 | 0 | 0.53 | 0.54 | 0.05 | 0.92 | 0.85 | 0.7 |
| Hex | F3 | 72 | 70 | 0 | 35 | 36 | 5 | 1 | 55 | 46 |
| Octal | 363 | 162 | 160 | 0 | 65 | 66 | 5 | 1 | 125 | 106 |
| Binary | 11110011 | 1110010 | 1110000 | 0 | 110101 | 110110 | 101 | 1 | 1010101 | 1000110 |
Color Harmonies of #F37270
Complementary color
Monochromatic Colors of #F37270
Black with #F37270
Text Example
Text Example
White with #F37270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37270; }
p { color: rgb(243,114,112); }
H1.HeaderClassName
{
color: #F37270;
}
.AnyTagClassName
{
color: #F37270;
}
</style>
background-color css
<style>
a { background-color: #F37270; }
a { background-color: rgb(243,114,112); }
div.DivClassName
{
background-color: #F37270;
}
.BgClassName
{
background-color: #F37270;
}
</style>
border-color css
<style>
span { border-color: #F37270; }
span { border-color: rgb(243,114,112); }
td.TdClassName
{
border-color: #F37270;
}
.TagClassName
{
border-color: #F37270;
}
</style>