Shades of Geraldine #F2736C
Tints of Geraldine #F2736C
RGB
CMYK
RGB Variations
Color information
#F2736C (or 0xF2736C) is known color: Geraldine. HEX triplet: F2, 73 and 6C. RGB value is (242,115,108). Sum of RGB (Red+Green+Blue) = 242+115+108=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2736C is #0D8C93. Grayscale: #989898. Windows color (decimal): -887956 or 7107570. OLE color: 7107570.
HSL color Cylindrical-coordinate representation of color #F2736C: hue angle of 3.13º 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 #F2736C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 108 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.13º | 0.84% | 0.69% | - |
| HSV(B) | 3.13º | 0.55% | 0.95% | - |
| XYZ | 45.46 | 32.22 | 18.01 | - |
| YUV | 152.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 108 | 0 | 0.52 | 0.55 | 0.05 | 3.13 | 0.84 | 0.69 |
| Hex | F2 | 73 | 6C | 0 | 34 | 37 | 5 | 3 | 54 | 45 |
| Octal | 362 | 163 | 154 | 0 | 64 | 67 | 5 | 3 | 124 | 105 |
| Binary | 11110010 | 1110011 | 1101100 | 0 | 110100 | 110111 | 101 | 11 | 1010100 | 1000101 |
Color Harmonies of #F2736C
Complementary color
Monochromatic Colors of #F2736C
Black with #F2736C
Text Example
Text Example
White with #F2736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2736C; }
p { color: rgb(242,115,108); }
H1.HeaderClassName
{
color: #F2736C;
}
.AnyTagClassName
{
color: #F2736C;
}
</style>
background-color css
<style>
a { background-color: #F2736C; }
a { background-color: rgb(242,115,108); }
div.DivClassName
{
background-color: #F2736C;
}
.BgClassName
{
background-color: #F2736C;
}
</style>
border-color css
<style>
span { border-color: #F2736C; }
span { border-color: rgb(242,115,108); }
td.TdClassName
{
border-color: #F2736C;
}
.TagClassName
{
border-color: #F2736C;
}
</style>