Shades of Geraldine #F37672
Tints of Geraldine #F37672
RGB
CMYK
RGB Variations
Color information
#F37672 (or 0xF37672) is known color: Geraldine. HEX triplet: F3, 76 and 72. RGB value is (243,118,114). Sum of RGB (Red+Green+Blue) = 243+118+114=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F37672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37672 is #0C898D. Grayscale: #9B9B9B. Windows color (decimal): -821646 or 7501555. OLE color: 7501555.
HSL color Cylindrical-coordinate representation of color #F37672: hue angle of 1.86º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F37672 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 114 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.05 |
| HSL | 1.86º | 0.84% | 0.7% | - |
| HSV(B) | 1.86º | 0.53% | 0.95% | - |
| XYZ | 46.48 | 33.23 | 19.88 | - |
| YUV | 154.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 114 | 0 | 0.51 | 0.53 | 0.05 | 1.86 | 0.84 | 0.7 |
| Hex | F3 | 76 | 72 | 0 | 33 | 35 | 5 | 2 | 54 | 46 |
| Octal | 363 | 166 | 162 | 0 | 63 | 65 | 5 | 2 | 124 | 106 |
| Binary | 11110011 | 1110110 | 1110010 | 0 | 110011 | 110101 | 101 | 10 | 1010100 | 1000110 |
Color Harmonies of #F37672
Complementary color
Monochromatic Colors of #F37672
Black with #F37672
Text Example
Text Example
White with #F37672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37672; }
p { color: rgb(243,118,114); }
H1.HeaderClassName
{
color: #F37672;
}
.AnyTagClassName
{
color: #F37672;
}
</style>
background-color css
<style>
a { background-color: #F37672; }
a { background-color: rgb(243,118,114); }
div.DivClassName
{
background-color: #F37672;
}
.BgClassName
{
background-color: #F37672;
}
</style>
border-color css
<style>
span { border-color: #F37672; }
span { border-color: rgb(243,118,114); }
td.TdClassName
{
border-color: #F37672;
}
.TagClassName
{
border-color: #F37672;
}
</style>