Shades of Geraldine #F1726C
Tints of Geraldine #F1726C
RGB
CMYK
RGB Variations
Color information
#F1726C (or 0xF1726C) is known color: Geraldine. HEX triplet: F1, 72 and 6C. RGB value is (241,114,108). Sum of RGB (Red+Green+Blue) = 241+114+108=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1726C is #0E8D93. Grayscale: #979797. Windows color (decimal): -953748 or 7107313. OLE color: 7107313.
HSL color Cylindrical-coordinate representation of color #F1726C: hue angle of 2.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1726C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 108 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 2.71º | 0.83% | 0.68% | - |
| HSV(B) | 2.71º | 0.55% | 0.95% | - |
| XYZ | 45 | 31.82 | 17.96 | - |
| YUV | 151.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 108 | 0 | 0.53 | 0.55 | 0.05 | 2.71 | 0.83 | 0.68 |
| Hex | F1 | 72 | 6C | 0 | 35 | 37 | 5 | 3 | 53 | 44 |
| Octal | 361 | 162 | 154 | 0 | 65 | 67 | 5 | 3 | 123 | 104 |
| Binary | 11110001 | 1110010 | 1101100 | 0 | 110101 | 110111 | 101 | 11 | 1010011 | 1000100 |
Color Harmonies of #F1726C
Complementary color
Monochromatic Colors of #F1726C
Black with #F1726C
Text Example
Text Example
White with #F1726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1726C; }
p { color: rgb(241,114,108); }
H1.HeaderClassName
{
color: #F1726C;
}
.AnyTagClassName
{
color: #F1726C;
}
</style>
background-color css
<style>
a { background-color: #F1726C; }
a { background-color: rgb(241,114,108); }
div.DivClassName
{
background-color: #F1726C;
}
.BgClassName
{
background-color: #F1726C;
}
</style>
border-color css
<style>
span { border-color: #F1726C; }
span { border-color: rgb(241,114,108); }
td.TdClassName
{
border-color: #F1726C;
}
.TagClassName
{
border-color: #F1726C;
}
</style>