Shades of Geraldine #F17977
Tints of Geraldine #F17977
RGB
CMYK
RGB Variations
Color information
#F17977 (or 0xF17977) is known color: Geraldine. HEX triplet: F1, 79 and 77. RGB value is (241,121,119). Sum of RGB (Red+Green+Blue) = 241+121+119=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17977 is #0E8688. Grayscale: #9C9C9C. Windows color (decimal): -951945 or 7830001. OLE color: 7830001.
HSL color Cylindrical-coordinate representation of color #F17977: hue angle of 0.98º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17977 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 119 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.05 |
| HSL | 0.98º | 0.81% | 0.71% | - |
| HSV(B) | 0.98º | 0.51% | 0.95% | - |
| XYZ | 46.44 | 33.71 | 21.51 | - |
| YUV | 156.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 119 | 0 | 0.50 | 0.51 | 0.05 | 0.98 | 0.81 | 0.71 |
| Hex | F1 | 79 | 77 | 0 | 32 | 33 | 5 | 1 | 51 | 47 |
| Octal | 361 | 171 | 167 | 0 | 62 | 63 | 5 | 1 | 121 | 107 |
| Binary | 11110001 | 1111001 | 1110111 | 0 | 110010 | 110011 | 101 | 1 | 1010001 | 1000111 |
Color Harmonies of #F17977
Complementary color
Monochromatic Colors of #F17977
Black with #F17977
Text Example
Text Example
White with #F17977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17977; }
p { color: rgb(241,121,119); }
H1.HeaderClassName
{
color: #F17977;
}
.AnyTagClassName
{
color: #F17977;
}
</style>
background-color css
<style>
a { background-color: #F17977; }
a { background-color: rgb(241,121,119); }
div.DivClassName
{
background-color: #F17977;
}
.BgClassName
{
background-color: #F17977;
}
</style>
border-color css
<style>
span { border-color: #F17977; }
span { border-color: rgb(241,121,119); }
td.TdClassName
{
border-color: #F17977;
}
.TagClassName
{
border-color: #F17977;
}
</style>