Shades of Geraldine #F1736E
Tints of Geraldine #F1736E
RGB
CMYK
RGB Variations
Color information
#F1736E (or 0xF1736E) is known color: Geraldine. HEX triplet: F1, 73 and 6E. RGB value is (241,115,110). Sum of RGB (Red+Green+Blue) = 241+115+110=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736E is #0E8C91. Grayscale: #989898. Windows color (decimal): -953490 or 7238641. OLE color: 7238641.
HSL color Cylindrical-coordinate representation of color #F1736E: hue angle of 2.29º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1736E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 110 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.05 |
| HSL | 2.29º | 0.82% | 0.69% | - |
| HSV(B) | 2.29º | 0.54% | 0.95% | - |
| XYZ | 45.22 | 32.09 | 18.56 | - |
| YUV | 152.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 110 | 0 | 0.52 | 0.54 | 0.05 | 2.29 | 0.82 | 0.69 |
| Hex | F1 | 73 | 6E | 0 | 34 | 36 | 5 | 2 | 52 | 45 |
| Octal | 361 | 163 | 156 | 0 | 64 | 66 | 5 | 2 | 122 | 105 |
| Binary | 11110001 | 1110011 | 1101110 | 0 | 110100 | 110110 | 101 | 10 | 1010010 | 1000101 |
Color Harmonies of #F1736E
Complementary color
Monochromatic Colors of #F1736E
Black with #F1736E
Text Example
Text Example
White with #F1736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1736E; }
p { color: rgb(241,115,110); }
H1.HeaderClassName
{
color: #F1736E;
}
.AnyTagClassName
{
color: #F1736E;
}
</style>
background-color css
<style>
a { background-color: #F1736E; }
a { background-color: rgb(241,115,110); }
div.DivClassName
{
background-color: #F1736E;
}
.BgClassName
{
background-color: #F1736E;
}
</style>
border-color css
<style>
span { border-color: #F1736E; }
span { border-color: rgb(241,115,110); }
td.TdClassName
{
border-color: #F1736E;
}
.TagClassName
{
border-color: #F1736E;
}
</style>