Shades of Geraldine #F17170
Tints of Geraldine #F17170
RGB
CMYK
RGB Variations
Color information
#F17170 (or 0xF17170) is known color: Geraldine. HEX triplet: F1, 71 and 70. RGB value is (241,113,112). Sum of RGB (Red+Green+Blue) = 241+113+112=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F17170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17170 is #0E8E8F. Grayscale: #979797. Windows color (decimal): -954000 or 7369201. OLE color: 7369201.
HSL color Cylindrical-coordinate representation of color #F17170: hue angle of 0.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17170 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 112 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.05 |
| HSL | 0.47º | 0.82% | 0.69% | - |
| HSV(B) | 0.47º | 0.54% | 0.95% | - |
| XYZ | 45.11 | 31.68 | 19.07 | - |
| YUV | 151.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 112 | 0 | 0.53 | 0.54 | 0.05 | 0.47 | 0.82 | 0.69 |
| Hex | F1 | 71 | 70 | 0 | 35 | 36 | 5 | 0 | 52 | 45 |
| Octal | 361 | 161 | 160 | 0 | 65 | 66 | 5 | 0 | 122 | 105 |
| Binary | 11110001 | 1110001 | 1110000 | 0 | 110101 | 110110 | 101 | 0 | 1010010 | 1000101 |
Color Harmonies of #F17170
Complementary color
Monochromatic Colors of #F17170
Black with #F17170
Text Example
Text Example
White with #F17170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17170; }
p { color: rgb(241,113,112); }
H1.HeaderClassName
{
color: #F17170;
}
.AnyTagClassName
{
color: #F17170;
}
</style>
background-color css
<style>
a { background-color: #F17170; }
a { background-color: rgb(241,113,112); }
div.DivClassName
{
background-color: #F17170;
}
.BgClassName
{
background-color: #F17170;
}
</style>
border-color css
<style>
span { border-color: #F17170; }
span { border-color: rgb(241,113,112); }
td.TdClassName
{
border-color: #F17170;
}
.TagClassName
{
border-color: #F17170;
}
</style>