Shades of Geraldine #F1756C
Tints of Geraldine #F1756C
RGB
CMYK
RGB Variations
Color information
#F1756C (or 0xF1756C) is known color: Geraldine. HEX triplet: F1, 75 and 6C. RGB value is (241,117,108). Sum of RGB (Red+Green+Blue) = 241+117+108=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1756C is #0E8A93. Grayscale: #999999. Windows color (decimal): -952980 or 7108081. OLE color: 7108081.
HSL color Cylindrical-coordinate representation of color #F1756C: hue angle of 4.06º 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 #F1756C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 108 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.05 |
| HSL | 4.06º | 0.83% | 0.68% | - |
| HSV(B) | 4.06º | 0.55% | 0.95% | - |
| XYZ | 45.34 | 32.51 | 18.07 | - |
| YUV | 153.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 108 | 0 | 0.51 | 0.55 | 0.05 | 4.06 | 0.83 | 0.68 |
| Hex | F1 | 75 | 6C | 0 | 33 | 37 | 5 | 4 | 53 | 44 |
| Octal | 361 | 165 | 154 | 0 | 63 | 67 | 5 | 4 | 123 | 104 |
| Binary | 11110001 | 1110101 | 1101100 | 0 | 110011 | 110111 | 101 | 100 | 1010011 | 1000100 |
Color Harmonies of #F1756C
Complementary color
Monochromatic Colors of #F1756C
Black with #F1756C
Text Example
Text Example
White with #F1756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1756C; }
p { color: rgb(241,117,108); }
H1.HeaderClassName
{
color: #F1756C;
}
.AnyTagClassName
{
color: #F1756C;
}
</style>
background-color css
<style>
a { background-color: #F1756C; }
a { background-color: rgb(241,117,108); }
div.DivClassName
{
background-color: #F1756C;
}
.BgClassName
{
background-color: #F1756C;
}
</style>
border-color css
<style>
span { border-color: #F1756C; }
span { border-color: rgb(241,117,108); }
td.TdClassName
{
border-color: #F1756C;
}
.TagClassName
{
border-color: #F1756C;
}
</style>