Shades of Geraldine #F37773
Tints of Geraldine #F37773
RGB
CMYK
RGB Variations
Color information
#F37773 (or 0xF37773) is known color: Geraldine. HEX triplet: F3, 77 and 73. RGB value is (243,119,115). Sum of RGB (Red+Green+Blue) = 243+119+115=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F37773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37773 is #0C888C. Grayscale: #9B9B9B. Windows color (decimal): -821389 or 7567347. OLE color: 7567347.
HSL color Cylindrical-coordinate representation of color #F37773: hue angle of 1.88º 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 #F37773 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 115 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.05 |
| HSL | 1.88º | 0.84% | 0.7% | - |
| HSV(B) | 1.88º | 0.53% | 0.95% | - |
| XYZ | 46.65 | 33.49 | 20.22 | - |
| YUV | 155.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 115 | 0 | 0.51 | 0.53 | 0.05 | 1.88 | 0.84 | 0.7 |
| Hex | F3 | 77 | 73 | 0 | 33 | 35 | 5 | 2 | 54 | 46 |
| Octal | 363 | 167 | 163 | 0 | 63 | 65 | 5 | 2 | 124 | 106 |
| Binary | 11110011 | 1110111 | 1110011 | 0 | 110011 | 110101 | 101 | 10 | 1010100 | 1000110 |
Color Harmonies of #F37773
Complementary color
Monochromatic Colors of #F37773
Black with #F37773
Text Example
Text Example
White with #F37773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37773; }
p { color: rgb(243,119,115); }
H1.HeaderClassName
{
color: #F37773;
}
.AnyTagClassName
{
color: #F37773;
}
</style>
background-color css
<style>
a { background-color: #F37773; }
a { background-color: rgb(243,119,115); }
div.DivClassName
{
background-color: #F37773;
}
.BgClassName
{
background-color: #F37773;
}
</style>
border-color css
<style>
span { border-color: #F37773; }
span { border-color: rgb(243,119,115); }
td.TdClassName
{
border-color: #F37773;
}
.TagClassName
{
border-color: #F37773;
}
</style>