Shades of Geraldine #F17972
Tints of Geraldine #F17972
RGB
CMYK
RGB Variations
Color information
#F17972 (or 0xF17972) is known color: Geraldine. HEX triplet: F1, 79 and 72. RGB value is (241,121,114). Sum of RGB (Red+Green+Blue) = 241+121+114=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17972 is #0E868D. Grayscale: #9C9C9C. Windows color (decimal): -951950 or 7502321. OLE color: 7502321.
HSL color Cylindrical-coordinate representation of color #F17972: hue angle of 3.31º 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 #F17972 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 114 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.05 |
| HSL | 3.31º | 0.82% | 0.7% | - |
| HSV(B) | 3.31º | 0.53% | 0.95% | - |
| XYZ | 46.15 | 33.59 | 19.97 | - |
| YUV | 156.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 114 | 0 | 0.50 | 0.53 | 0.05 | 3.31 | 0.82 | 0.7 |
| Hex | F1 | 79 | 72 | 0 | 32 | 35 | 5 | 3 | 52 | 46 |
| Octal | 361 | 171 | 162 | 0 | 62 | 65 | 5 | 3 | 122 | 106 |
| Binary | 11110001 | 1111001 | 1110010 | 0 | 110010 | 110101 | 101 | 11 | 1010010 | 1000110 |
Color Harmonies of #F17972
Complementary color
Monochromatic Colors of #F17972
Black with #F17972
Text Example
Text Example
White with #F17972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17972; }
p { color: rgb(241,121,114); }
H1.HeaderClassName
{
color: #F17972;
}
.AnyTagClassName
{
color: #F17972;
}
</style>
background-color css
<style>
a { background-color: #F17972; }
a { background-color: rgb(241,121,114); }
div.DivClassName
{
background-color: #F17972;
}
.BgClassName
{
background-color: #F17972;
}
</style>
border-color css
<style>
span { border-color: #F17972; }
span { border-color: rgb(241,121,114); }
td.TdClassName
{
border-color: #F17972;
}
.TagClassName
{
border-color: #F17972;
}
</style>