Shades of Geraldine #F1736A
Tints of Geraldine #F1736A
RGB
CMYK
RGB Variations
Color information
#F1736A (or 0xF1736A) is known color: Geraldine. HEX triplet: F1, 73 and 6A. RGB value is (241,115,106). Sum of RGB (Red+Green+Blue) = 241+115+106=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736A is #0E8C95. Grayscale: #979797. Windows color (decimal): -953494 or 6976497. OLE color: 6976497.
HSL color Cylindrical-coordinate representation of color #F1736A: hue angle of 4º 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 #F1736A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 106 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.05 |
| HSL | 4º | 0.83% | 0.68% | - |
| HSV(B) | 4º | 0.56% | 0.95% | - |
| XYZ | 45.01 | 32 | 17.44 | - |
| YUV | 151.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 106 | 0 | 0.52 | 0.56 | 0.05 | 4 | 0.83 | 0.68 |
| Hex | F1 | 73 | 6A | 0 | 34 | 38 | 5 | 4 | 53 | 44 |
| Octal | 361 | 163 | 152 | 0 | 64 | 70 | 5 | 4 | 123 | 104 |
| Binary | 11110001 | 1110011 | 1101010 | 0 | 110100 | 111000 | 101 | 100 | 1010011 | 1000100 |
Color Harmonies of #F1736A
Complementary color
Monochromatic Colors of #F1736A
Black with #F1736A
Text Example
Text Example
White with #F1736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1736A; }
p { color: rgb(241,115,106); }
H1.HeaderClassName
{
color: #F1736A;
}
.AnyTagClassName
{
color: #F1736A;
}
</style>
background-color css
<style>
a { background-color: #F1736A; }
a { background-color: rgb(241,115,106); }
div.DivClassName
{
background-color: #F1736A;
}
.BgClassName
{
background-color: #F1736A;
}
</style>
border-color css
<style>
span { border-color: #F1736A; }
span { border-color: rgb(241,115,106); }
td.TdClassName
{
border-color: #F1736A;
}
.TagClassName
{
border-color: #F1736A;
}
</style>