Shades of Geraldine #F37474
Tints of Geraldine #F37474
RGB
CMYK
RGB Variations
Color information
#F37474 (or 0xF37474) is known color: Geraldine. HEX triplet: F3, 74 and 74. RGB value is (243,116,116). Sum of RGB (Red+Green+Blue) = 243+116+116=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F37474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37474 is #0C8B8B. Grayscale: #9A9A9A. Windows color (decimal): -822156 or 7632115. OLE color: 7632115.
HSL color Cylindrical-coordinate representation of color #F37474: 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.52%. Process color model (Four color, CMYK) of #F37474 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 116 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.05 |
| HSL | 0º | 0.84% | 0.7% | - |
| HSV(B) | 0º | 0.52% | 0.95% | - |
| XYZ | 46.36 | 32.81 | 20.41 | - |
| YUV | 153.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 116 | 0 | 0.52 | 0.52 | 0.05 | 0 | 0.84 | 0.7 |
| Hex | F3 | 74 | 74 | 0 | 34 | 34 | 5 | 0 | 54 | 46 |
| Octal | 363 | 164 | 164 | 0 | 64 | 64 | 5 | 0 | 124 | 106 |
| Binary | 11110011 | 1110100 | 1110100 | 0 | 110100 | 110100 | 101 | 0 | 1010100 | 1000110 |
Color Harmonies of #F37474
Complementary color
Monochromatic Colors of #F37474
Black with #F37474
Text Example
Text Example
White with #F37474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37474; }
p { color: rgb(243,116,116); }
H1.HeaderClassName
{
color: #F37474;
}
.AnyTagClassName
{
color: #F37474;
}
</style>
background-color css
<style>
a { background-color: #F37474; }
a { background-color: rgb(243,116,116); }
div.DivClassName
{
background-color: #F37474;
}
.BgClassName
{
background-color: #F37474;
}
</style>
border-color css
<style>
span { border-color: #F37474; }
span { border-color: rgb(243,116,116); }
td.TdClassName
{
border-color: #F37474;
}
.TagClassName
{
border-color: #F37474;
}
</style>