Shades of Geraldine #F37373
Tints of Geraldine #F37373
RGB
CMYK
RGB Variations
Color information
#F37373 (or 0xF37373) is known color: Geraldine. HEX triplet: F3, 73 and 73. RGB value is (243,115,115). Sum of RGB (Red+Green+Blue) = 243+115+115=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F37373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37373 is #0C8C8C. Grayscale: #999999. Windows color (decimal): -822413 or 7566323. OLE color: 7566323.
HSL color Cylindrical-coordinate representation of color #F37373: hue angle of 0º 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 #F37373 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 115 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.05 |
| HSL | 0º | 0.84% | 0.7% | - |
| HSV(B) | 0º | 0.53% | 0.95% | - |
| XYZ | 46.19 | 32.55 | 20.07 | - |
| YUV | 153.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 115 | 0 | 0.53 | 0.53 | 0.05 | 0 | 0.84 | 0.7 |
| Hex | F3 | 73 | 73 | 0 | 35 | 35 | 5 | 0 | 54 | 46 |
| Octal | 363 | 163 | 163 | 0 | 65 | 65 | 5 | 0 | 124 | 106 |
| Binary | 11110011 | 1110011 | 1110011 | 0 | 110101 | 110101 | 101 | 0 | 1010100 | 1000110 |
Color Harmonies of #F37373
Complementary color
Monochromatic Colors of #F37373
Black with #F37373
Text Example
Text Example
White with #F37373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37373; }
p { color: rgb(243,115,115); }
H1.HeaderClassName
{
color: #F37373;
}
.AnyTagClassName
{
color: #F37373;
}
</style>
background-color css
<style>
a { background-color: #F37373; }
a { background-color: rgb(243,115,115); }
div.DivClassName
{
background-color: #F37373;
}
.BgClassName
{
background-color: #F37373;
}
</style>
border-color css
<style>
span { border-color: #F37373; }
span { border-color: rgb(243,115,115); }
td.TdClassName
{
border-color: #F37373;
}
.TagClassName
{
border-color: #F37373;
}
</style>