Shades of Geraldine #F1736F
Tints of Geraldine #F1736F
RGB
CMYK
RGB Variations
Color information
#F1736F (or 0xF1736F) is known color: Geraldine. HEX triplet: F1, 73 and 6F. RGB value is (241,115,111). Sum of RGB (Red+Green+Blue) = 241+115+111=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736F is #0E8C90. Grayscale: #989898. Windows color (decimal): -953489 or 7304177. OLE color: 7304177.
HSL color Cylindrical-coordinate representation of color #F1736F: hue angle of 1.85º 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 #F1736F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 111 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.05 |
| HSL | 1.85º | 0.82% | 0.69% | - |
| HSV(B) | 1.85º | 0.54% | 0.95% | - |
| XYZ | 45.28 | 32.11 | 18.85 | - |
| YUV | 152.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 111 | 0 | 0.52 | 0.54 | 0.05 | 1.85 | 0.82 | 0.69 |
| Hex | F1 | 73 | 6F | 0 | 34 | 36 | 5 | 2 | 52 | 45 |
| Octal | 361 | 163 | 157 | 0 | 64 | 66 | 5 | 2 | 122 | 105 |
| Binary | 11110001 | 1110011 | 1101111 | 0 | 110100 | 110110 | 101 | 10 | 1010010 | 1000101 |
Color Harmonies of #F1736F
Complementary color
Monochromatic Colors of #F1736F
Black with #F1736F
Text Example
Text Example
White with #F1736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1736F; }
p { color: rgb(241,115,111); }
H1.HeaderClassName
{
color: #F1736F;
}
.AnyTagClassName
{
color: #F1736F;
}
</style>
background-color css
<style>
a { background-color: #F1736F; }
a { background-color: rgb(241,115,111); }
div.DivClassName
{
background-color: #F1736F;
}
.BgClassName
{
background-color: #F1736F;
}
</style>
border-color css
<style>
span { border-color: #F1736F; }
span { border-color: rgb(241,115,111); }
td.TdClassName
{
border-color: #F1736F;
}
.TagClassName
{
border-color: #F1736F;
}
</style>