Shades of Geraldine #F1736D
Tints of Geraldine #F1736D
RGB
CMYK
RGB Variations
Color information
#F1736D (or 0xF1736D) is known color: Geraldine. HEX triplet: F1, 73 and 6D. RGB value is (241,115,109). Sum of RGB (Red+Green+Blue) = 241+115+109=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736D is #0E8C92. Grayscale: #989898. Windows color (decimal): -953491 or 7173105. OLE color: 7173105.
HSL color Cylindrical-coordinate representation of color #F1736D: hue angle of 2.73º degrees, saturation: 0.82, 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 #F1736D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 2.73º | 0.83% | 0.69% | - |
| HSV(B) | 2.73º | 0.55% | 0.95% | - |
| XYZ | 45.17 | 32.07 | 18.28 | - |
| YUV | 151.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 109 | 0 | 0.52 | 0.55 | 0.05 | 2.73 | 0.83 | 0.69 |
| Hex | F1 | 73 | 6D | 0 | 34 | 37 | 5 | 3 | 52 | 45 |
| Octal | 361 | 163 | 155 | 0 | 64 | 67 | 5 | 3 | 122 | 105 |
| Binary | 11110001 | 1110011 | 1101101 | 0 | 110100 | 110111 | 101 | 11 | 1010010 | 1000101 |
Color Harmonies of #F1736D
Complementary color
Monochromatic Colors of #F1736D
Black with #F1736D
Text Example
Text Example
White with #F1736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1736D; }
p { color: rgb(241,115,109); }
H1.HeaderClassName
{
color: #F1736D;
}
.AnyTagClassName
{
color: #F1736D;
}
</style>
background-color css
<style>
a { background-color: #F1736D; }
a { background-color: rgb(241,115,109); }
div.DivClassName
{
background-color: #F1736D;
}
.BgClassName
{
background-color: #F1736D;
}
</style>
border-color css
<style>
span { border-color: #F1736D; }
span { border-color: rgb(241,115,109); }
td.TdClassName
{
border-color: #F1736D;
}
.TagClassName
{
border-color: #F1736D;
}
</style>