Shades of Geraldine #F16E6B
Tints of Geraldine #F16E6B
RGB
CMYK
RGB Variations
Color information
#F16E6B (or 0xF16E6B) is known color: Geraldine. HEX triplet: F1, 6E and 6B. RGB value is (241,110,107). Sum of RGB (Red+Green+Blue) = 241+110+107=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E6B is #0E9194. Grayscale: #949494. Windows color (decimal): -954773 or 7040753. OLE color: 7040753.
HSL color Cylindrical-coordinate representation of color #F16E6B: hue angle of 1.34º 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 #F16E6B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 107 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.05 |
| HSL | 1.34º | 0.83% | 0.68% | - |
| HSV(B) | 1.34º | 0.56% | 0.95% | - |
| XYZ | 44.51 | 30.91 | 17.53 | - |
| YUV | 148.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 107 | 0 | 0.54 | 0.56 | 0.05 | 1.34 | 0.83 | 0.68 |
| Hex | F1 | 6E | 6B | 0 | 36 | 38 | 5 | 1 | 53 | 44 |
| Octal | 361 | 156 | 153 | 0 | 66 | 70 | 5 | 1 | 123 | 104 |
| Binary | 11110001 | 1101110 | 1101011 | 0 | 110110 | 111000 | 101 | 1 | 1010011 | 1000100 |
Color Harmonies of #F16E6B
Complementary color
Monochromatic Colors of #F16E6B
Black with #F16E6B
Text Example
Text Example
White with #F16E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E6B; }
p { color: rgb(241,110,107); }
H1.HeaderClassName
{
color: #F16E6B;
}
.AnyTagClassName
{
color: #F16E6B;
}
</style>
background-color css
<style>
a { background-color: #F16E6B; }
a { background-color: rgb(241,110,107); }
div.DivClassName
{
background-color: #F16E6B;
}
.BgClassName
{
background-color: #F16E6B;
}
</style>
border-color css
<style>
span { border-color: #F16E6B; }
span { border-color: rgb(241,110,107); }
td.TdClassName
{
border-color: #F16E6B;
}
.TagClassName
{
border-color: #F16E6B;
}
</style>