Shades of Geraldine #F1726A
Tints of Geraldine #F1726A
RGB
CMYK
RGB Variations
Color information
#F1726A (or 0xF1726A) is known color: Geraldine. HEX triplet: F1, 72 and 6A. RGB value is (241,114,106). Sum of RGB (Red+Green+Blue) = 241+114+106=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1726A is #0E8D95. Grayscale: #979797. Windows color (decimal): -953750 or 6976241. OLE color: 6976241.
HSL color Cylindrical-coordinate representation of color #F1726A: hue angle of 3.56º 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 #F1726A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 106 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.05 |
| HSL | 3.56º | 0.83% | 0.68% | - |
| HSV(B) | 3.56º | 0.56% | 0.95% | - |
| XYZ | 44.89 | 31.78 | 17.4 | - |
| YUV | 151.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 106 | 0 | 0.53 | 0.56 | 0.05 | 3.56 | 0.83 | 0.68 |
| Hex | F1 | 72 | 6A | 0 | 35 | 38 | 5 | 4 | 53 | 44 |
| Octal | 361 | 162 | 152 | 0 | 65 | 70 | 5 | 4 | 123 | 104 |
| Binary | 11110001 | 1110010 | 1101010 | 0 | 110101 | 111000 | 101 | 100 | 1010011 | 1000100 |
Color Harmonies of #F1726A
Complementary color
Monochromatic Colors of #F1726A
Black with #F1726A
Text Example
Text Example
White with #F1726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1726A; }
p { color: rgb(241,114,106); }
H1.HeaderClassName
{
color: #F1726A;
}
.AnyTagClassName
{
color: #F1726A;
}
</style>
background-color css
<style>
a { background-color: #F1726A; }
a { background-color: rgb(241,114,106); }
div.DivClassName
{
background-color: #F1726A;
}
.BgClassName
{
background-color: #F1726A;
}
</style>
border-color css
<style>
span { border-color: #F1726A; }
span { border-color: rgb(241,114,106); }
td.TdClassName
{
border-color: #F1726A;
}
.TagClassName
{
border-color: #F1726A;
}
</style>