Shades of Geraldine #F2746C
Tints of Geraldine #F2746C
RGB
CMYK
RGB Variations
Color information
#F2746C (or 0xF2746C) is known color: Geraldine. HEX triplet: F2, 74 and 6C. RGB value is (242,116,108). Sum of RGB (Red+Green+Blue) = 242+116+108=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2746C is #0D8B93. Grayscale: #989898. Windows color (decimal): -887700 or 7107826. OLE color: 7107826.
HSL color Cylindrical-coordinate representation of color #F2746C: hue angle of 3.58º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2746C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 108 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.58º | 0.84% | 0.69% | - |
| HSV(B) | 3.58º | 0.55% | 0.95% | - |
| XYZ | 45.57 | 32.45 | 18.05 | - |
| YUV | 152.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 108 | 0 | 0.52 | 0.55 | 0.05 | 3.58 | 0.84 | 0.69 |
| Hex | F2 | 74 | 6C | 0 | 34 | 37 | 5 | 4 | 54 | 45 |
| Octal | 362 | 164 | 154 | 0 | 64 | 67 | 5 | 4 | 124 | 105 |
| Binary | 11110010 | 1110100 | 1101100 | 0 | 110100 | 110111 | 101 | 100 | 1010100 | 1000101 |
Color Harmonies of #F2746C
Complementary color
Monochromatic Colors of #F2746C
Black with #F2746C
Text Example
Text Example
White with #F2746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2746C; }
p { color: rgb(242,116,108); }
H1.HeaderClassName
{
color: #F2746C;
}
.AnyTagClassName
{
color: #F2746C;
}
</style>
background-color css
<style>
a { background-color: #F2746C; }
a { background-color: rgb(242,116,108); }
div.DivClassName
{
background-color: #F2746C;
}
.BgClassName
{
background-color: #F2746C;
}
</style>
border-color css
<style>
span { border-color: #F2746C; }
span { border-color: rgb(242,116,108); }
td.TdClassName
{
border-color: #F2746C;
}
.TagClassName
{
border-color: #F2746C;
}
</style>