Shades of Geraldine #F17672
Tints of Geraldine #F17672
RGB
CMYK
RGB Variations
Color information
#F17672 (or 0xF17672) is known color: Geraldine. HEX triplet: F1, 76 and 72. RGB value is (241,118,114). Sum of RGB (Red+Green+Blue) = 241+118+114=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17672 is #0E898D. Grayscale: #9A9A9A. Windows color (decimal): -952718 or 7501553. OLE color: 7501553.
HSL color Cylindrical-coordinate representation of color #F17672: hue angle of 1.89º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17672 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 114 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.05 |
| HSL | 1.89º | 0.82% | 0.7% | - |
| HSV(B) | 1.89º | 0.53% | 0.95% | - |
| XYZ | 45.79 | 32.87 | 19.85 | - |
| YUV | 154.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 114 | 0 | 0.51 | 0.53 | 0.05 | 1.89 | 0.82 | 0.7 |
| Hex | F1 | 76 | 72 | 0 | 33 | 35 | 5 | 2 | 52 | 46 |
| Octal | 361 | 166 | 162 | 0 | 63 | 65 | 5 | 2 | 122 | 106 |
| Binary | 11110001 | 1110110 | 1110010 | 0 | 110011 | 110101 | 101 | 10 | 1010010 | 1000110 |
Color Harmonies of #F17672
Complementary color
Monochromatic Colors of #F17672
Black with #F17672
Text Example
Text Example
White with #F17672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17672; }
p { color: rgb(241,118,114); }
H1.HeaderClassName
{
color: #F17672;
}
.AnyTagClassName
{
color: #F17672;
}
</style>
background-color css
<style>
a { background-color: #F17672; }
a { background-color: rgb(241,118,114); }
div.DivClassName
{
background-color: #F17672;
}
.BgClassName
{
background-color: #F17672;
}
</style>
border-color css
<style>
span { border-color: #F17672; }
span { border-color: rgb(241,118,114); }
td.TdClassName
{
border-color: #F17672;
}
.TagClassName
{
border-color: #F17672;
}
</style>