Shades of Geraldine #F1766B
Tints of Geraldine #F1766B
RGB
CMYK
RGB Variations
Color information
#F1766B (or 0xF1766B) is known color: Geraldine. HEX triplet: F1, 76 and 6B. RGB value is (241,118,107). Sum of RGB (Red+Green+Blue) = 241+118+107=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1766B is #0E8994. Grayscale: #999999. Windows color (decimal): -952725 or 7042801. OLE color: 7042801.
HSL color Cylindrical-coordinate representation of color #F1766B: hue angle of 4.93º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1766B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 107 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.05 |
| HSL | 4.93º | 0.83% | 0.68% | - |
| HSV(B) | 4.93º | 0.56% | 0.95% | - |
| XYZ | 45.41 | 32.72 | 17.83 | - |
| YUV | 153.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 107 | 0 | 0.51 | 0.56 | 0.05 | 4.93 | 0.83 | 0.68 |
| Hex | F1 | 76 | 6B | 0 | 33 | 38 | 5 | 5 | 53 | 44 |
| Octal | 361 | 166 | 153 | 0 | 63 | 70 | 5 | 5 | 123 | 104 |
| Binary | 11110001 | 1110110 | 1101011 | 0 | 110011 | 111000 | 101 | 101 | 1010011 | 1000100 |
Color Harmonies of #F1766B
Complementary color
Monochromatic Colors of #F1766B
Black with #F1766B
Text Example
Text Example
White with #F1766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1766B; }
p { color: rgb(241,118,107); }
H1.HeaderClassName
{
color: #F1766B;
}
.AnyTagClassName
{
color: #F1766B;
}
</style>
background-color css
<style>
a { background-color: #F1766B; }
a { background-color: rgb(241,118,107); }
div.DivClassName
{
background-color: #F1766B;
}
.BgClassName
{
background-color: #F1766B;
}
</style>
border-color css
<style>
span { border-color: #F1766B; }
span { border-color: rgb(241,118,107); }
td.TdClassName
{
border-color: #F1766B;
}
.TagClassName
{
border-color: #F1766B;
}
</style>