Shades of Geraldine #F37675
Tints of Geraldine #F37675
RGB
CMYK
RGB Variations
Color information
#F37675 (or 0xF37675) is known color: Geraldine. HEX triplet: F3, 76 and 75. RGB value is (243,118,117). Sum of RGB (Red+Green+Blue) = 243+118+117=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F37675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37675 is #0C898A. Grayscale: #9B9B9B. Windows color (decimal): -821643 or 7698163. OLE color: 7698163.
HSL color Cylindrical-coordinate representation of color #F37675: hue angle of 0.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37675 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 117 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.05 |
| HSL | 0.48º | 0.84% | 0.71% | - |
| HSV(B) | 0.48º | 0.52% | 0.95% | - |
| XYZ | 46.65 | 33.3 | 20.8 | - |
| YUV | 155.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 117 | 0 | 0.51 | 0.52 | 0.05 | 0.48 | 0.84 | 0.71 |
| Hex | F3 | 76 | 75 | 0 | 33 | 34 | 5 | 0 | 54 | 47 |
| Octal | 363 | 166 | 165 | 0 | 63 | 64 | 5 | 0 | 124 | 107 |
| Binary | 11110011 | 1110110 | 1110101 | 0 | 110011 | 110100 | 101 | 0 | 1010100 | 1000111 |
Color Harmonies of #F37675
Complementary color
Monochromatic Colors of #F37675
Black with #F37675
Text Example
Text Example
White with #F37675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37675; }
p { color: rgb(243,118,117); }
H1.HeaderClassName
{
color: #F37675;
}
.AnyTagClassName
{
color: #F37675;
}
</style>
background-color css
<style>
a { background-color: #F37675; }
a { background-color: rgb(243,118,117); }
div.DivClassName
{
background-color: #F37675;
}
.BgClassName
{
background-color: #F37675;
}
</style>
border-color css
<style>
span { border-color: #F37675; }
span { border-color: rgb(243,118,117); }
td.TdClassName
{
border-color: #F37675;
}
.TagClassName
{
border-color: #F37675;
}
</style>