Shades of Geraldine #F1726D
Tints of Geraldine #F1726D
RGB
CMYK
RGB Variations
Color information
#F1726D (or 0xF1726D) is known color: Geraldine. HEX triplet: F1, 72 and 6D. RGB value is (241,114,109). Sum of RGB (Red+Green+Blue) = 241+114+109=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1726D is #0E8D92. Grayscale: #979797. Windows color (decimal): -953747 or 7172849. OLE color: 7172849.
HSL color Cylindrical-coordinate representation of color #F1726D: hue angle of 2.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1726D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 2.27º | 0.83% | 0.69% | - |
| HSV(B) | 2.27º | 0.55% | 0.95% | - |
| XYZ | 45.05 | 31.84 | 18.24 | - |
| YUV | 151.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 109 | 0 | 0.53 | 0.55 | 0.05 | 2.27 | 0.83 | 0.69 |
| Hex | F1 | 72 | 6D | 0 | 35 | 37 | 5 | 2 | 52 | 45 |
| Octal | 361 | 162 | 155 | 0 | 65 | 67 | 5 | 2 | 122 | 105 |
| Binary | 11110001 | 1110010 | 1101101 | 0 | 110101 | 110111 | 101 | 10 | 1010010 | 1000101 |
Color Harmonies of #F1726D
Complementary color
Monochromatic Colors of #F1726D
Black with #F1726D
Text Example
Text Example
White with #F1726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1726D; }
p { color: rgb(241,114,109); }
H1.HeaderClassName
{
color: #F1726D;
}
.AnyTagClassName
{
color: #F1726D;
}
</style>
background-color css
<style>
a { background-color: #F1726D; }
a { background-color: rgb(241,114,109); }
div.DivClassName
{
background-color: #F1726D;
}
.BgClassName
{
background-color: #F1726D;
}
</style>
border-color css
<style>
span { border-color: #F1726D; }
span { border-color: rgb(241,114,109); }
td.TdClassName
{
border-color: #F1726D;
}
.TagClassName
{
border-color: #F1726D;
}
</style>