Shades of Geraldine #F1726B
Tints of Geraldine #F1726B
RGB
CMYK
RGB Variations
Color information
#F1726B (or 0xF1726B) is known color: Geraldine. HEX triplet: F1, 72 and 6B. RGB value is (241,114,107). Sum of RGB (Red+Green+Blue) = 241+114+107=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1726B is #0E8D94. Grayscale: #979797. Windows color (decimal): -953749 or 7041777. OLE color: 7041777.
HSL color Cylindrical-coordinate representation of color #F1726B: hue angle of 3.13º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1726B is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 107 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.05 |
| HSL | 3.13º | 0.83% | 0.68% | - |
| HSV(B) | 3.13º | 0.56% | 0.95% | - |
| XYZ | 44.95 | 31.8 | 17.68 | - |
| YUV | 151.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 107 | 0 | 0.53 | 0.56 | 0.05 | 3.13 | 0.83 | 0.68 |
| Hex | F1 | 72 | 6B | 0 | 35 | 38 | 5 | 3 | 53 | 44 |
| Octal | 361 | 162 | 153 | 0 | 65 | 70 | 5 | 3 | 123 | 104 |
| Binary | 11110001 | 1110010 | 1101011 | 0 | 110101 | 111000 | 101 | 11 | 1010011 | 1000100 |
Color Harmonies of #F1726B
Complementary color
Monochromatic Colors of #F1726B
Black with #F1726B
Text Example
Text Example
White with #F1726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1726B; }
p { color: rgb(241,114,107); }
H1.HeaderClassName
{
color: #F1726B;
}
.AnyTagClassName
{
color: #F1726B;
}
</style>
background-color css
<style>
a { background-color: #F1726B; }
a { background-color: rgb(241,114,107); }
div.DivClassName
{
background-color: #F1726B;
}
.BgClassName
{
background-color: #F1726B;
}
</style>
border-color css
<style>
span { border-color: #F1726B; }
span { border-color: rgb(241,114,107); }
td.TdClassName
{
border-color: #F1726B;
}
.TagClassName
{
border-color: #F1726B;
}
</style>