Shades of Geraldine #F1736C
Tints of Geraldine #F1736C
RGB
CMYK
RGB Variations
Color information
#F1736C (or 0xF1736C) is known color: Geraldine. HEX triplet: F1, 73 and 6C. RGB value is (241,115,108). Sum of RGB (Red+Green+Blue) = 241+115+108=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736C is #0E8C93. Grayscale: #989898. Windows color (decimal): -953492 or 7107569. OLE color: 7107569.
HSL color Cylindrical-coordinate representation of color #F1736C: hue angle of 3.16º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1736C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 108 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.16º | 0.83% | 0.68% | - |
| HSV(B) | 3.16º | 0.55% | 0.95% | - |
| XYZ | 45.11 | 32.04 | 17.99 | - |
| YUV | 151.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 108 | 0 | 0.52 | 0.55 | 0.05 | 3.16 | 0.83 | 0.68 |
| Hex | F1 | 73 | 6C | 0 | 34 | 37 | 5 | 3 | 53 | 44 |
| Octal | 361 | 163 | 154 | 0 | 64 | 67 | 5 | 3 | 123 | 104 |
| Binary | 11110001 | 1110011 | 1101100 | 0 | 110100 | 110111 | 101 | 11 | 1010011 | 1000100 |
Color Harmonies of #F1736C
Complementary color
Monochromatic Colors of #F1736C
Black with #F1736C
Text Example
Text Example
White with #F1736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1736C; }
p { color: rgb(241,115,108); }
H1.HeaderClassName
{
color: #F1736C;
}
.AnyTagClassName
{
color: #F1736C;
}
</style>
background-color css
<style>
a { background-color: #F1736C; }
a { background-color: rgb(241,115,108); }
div.DivClassName
{
background-color: #F1736C;
}
.BgClassName
{
background-color: #F1736C;
}
</style>
border-color css
<style>
span { border-color: #F1736C; }
span { border-color: rgb(241,115,108); }
td.TdClassName
{
border-color: #F1736C;
}
.TagClassName
{
border-color: #F1736C;
}
</style>