Shades of Geraldine #F2746D
Tints of Geraldine #F2746D
RGB
CMYK
RGB Variations
Color information
#F2746D (or 0xF2746D) is known color: Geraldine. HEX triplet: F2, 74 and 6D. RGB value is (242,116,109). Sum of RGB (Red+Green+Blue) = 242+116+109=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2746D is #0D8B92. Grayscale: #999999. Windows color (decimal): -887699 or 7173362. OLE color: 7173362.
HSL color Cylindrical-coordinate representation of color #F2746D: hue angle of 3.16º 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 #F2746D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.16º | 0.84% | 0.69% | - |
| HSV(B) | 3.16º | 0.55% | 0.95% | - |
| XYZ | 45.62 | 32.47 | 18.33 | - |
| YUV | 152.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 109 | 0 | 0.52 | 0.55 | 0.05 | 3.16 | 0.84 | 0.69 |
| Hex | F2 | 74 | 6D | 0 | 34 | 37 | 5 | 3 | 54 | 45 |
| Octal | 362 | 164 | 155 | 0 | 64 | 67 | 5 | 3 | 124 | 105 |
| Binary | 11110010 | 1110100 | 1101101 | 0 | 110100 | 110111 | 101 | 11 | 1010100 | 1000101 |
Color Harmonies of #F2746D
Complementary color
Monochromatic Colors of #F2746D
Black with #F2746D
Text Example
Text Example
White with #F2746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2746D; }
p { color: rgb(242,116,109); }
H1.HeaderClassName
{
color: #F2746D;
}
.AnyTagClassName
{
color: #F2746D;
}
</style>
background-color css
<style>
a { background-color: #F2746D; }
a { background-color: rgb(242,116,109); }
div.DivClassName
{
background-color: #F2746D;
}
.BgClassName
{
background-color: #F2746D;
}
</style>
border-color css
<style>
span { border-color: #F2746D; }
span { border-color: rgb(242,116,109); }
td.TdClassName
{
border-color: #F2746D;
}
.TagClassName
{
border-color: #F2746D;
}
</style>