Shades of Geraldine #F17673
Tints of Geraldine #F17673
RGB
CMYK
RGB Variations
Color information
#F17673 (or 0xF17673) is known color: Geraldine. HEX triplet: F1, 76 and 73. RGB value is (241,118,115). Sum of RGB (Red+Green+Blue) = 241+118+115=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F17673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17673 is #0E898C. Grayscale: #9A9A9A. Windows color (decimal): -952717 or 7567089. OLE color: 7567089.
HSL color Cylindrical-coordinate representation of color #F17673: hue angle of 1.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17673 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 115 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.05 |
| HSL | 1.43º | 0.82% | 0.7% | - |
| HSV(B) | 1.43º | 0.52% | 0.95% | - |
| XYZ | 45.85 | 32.9 | 20.15 | - |
| YUV | 154.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 115 | 0 | 0.51 | 0.52 | 0.05 | 1.43 | 0.82 | 0.7 |
| Hex | F1 | 76 | 73 | 0 | 33 | 34 | 5 | 1 | 52 | 46 |
| Octal | 361 | 166 | 163 | 0 | 63 | 64 | 5 | 1 | 122 | 106 |
| Binary | 11110001 | 1110110 | 1110011 | 0 | 110011 | 110100 | 101 | 1 | 1010010 | 1000110 |
Color Harmonies of #F17673
Complementary color
Monochromatic Colors of #F17673
Black with #F17673
Text Example
Text Example
White with #F17673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17673; }
p { color: rgb(241,118,115); }
H1.HeaderClassName
{
color: #F17673;
}
.AnyTagClassName
{
color: #F17673;
}
</style>
background-color css
<style>
a { background-color: #F17673; }
a { background-color: rgb(241,118,115); }
div.DivClassName
{
background-color: #F17673;
}
.BgClassName
{
background-color: #F17673;
}
</style>
border-color css
<style>
span { border-color: #F17673; }
span { border-color: rgb(241,118,115); }
td.TdClassName
{
border-color: #F17673;
}
.TagClassName
{
border-color: #F17673;
}
</style>