Shades of Geraldine #F26E6D
Tints of Geraldine #F26E6D
RGB
CMYK
RGB Variations
Color information
#F26E6D (or 0xF26E6D) is known color: Geraldine. HEX triplet: F2, 6E and 6D. RGB value is (242,110,109). Sum of RGB (Red+Green+Blue) = 242+110+109=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E6D is #0D9192. Grayscale: #959595. Windows color (decimal): -889235 or 7171826. OLE color: 7171826.
HSL color Cylindrical-coordinate representation of color #F26E6D: hue angle of 0.45º degrees, saturation: 0.84, 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 #F26E6D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 109 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.05 |
| HSL | 0.45º | 0.84% | 0.69% | - |
| HSV(B) | 0.45º | 0.55% | 0.95% | - |
| XYZ | 44.95 | 31.13 | 18.11 | - |
| YUV | 149.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 109 | 0 | 0.55 | 0.55 | 0.05 | 0.45 | 0.84 | 0.69 |
| Hex | F2 | 6E | 6D | 0 | 37 | 37 | 5 | 0 | 54 | 45 |
| Octal | 362 | 156 | 155 | 0 | 67 | 67 | 5 | 0 | 124 | 105 |
| Binary | 11110010 | 1101110 | 1101101 | 0 | 110111 | 110111 | 101 | 0 | 1010100 | 1000101 |
Color Harmonies of #F26E6D
Complementary color
Monochromatic Colors of #F26E6D
Black with #F26E6D
Text Example
Text Example
White with #F26E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E6D; }
p { color: rgb(242,110,109); }
H1.HeaderClassName
{
color: #F26E6D;
}
.AnyTagClassName
{
color: #F26E6D;
}
</style>
background-color css
<style>
a { background-color: #F26E6D; }
a { background-color: rgb(242,110,109); }
div.DivClassName
{
background-color: #F26E6D;
}
.BgClassName
{
background-color: #F26E6D;
}
</style>
border-color css
<style>
span { border-color: #F26E6D; }
span { border-color: rgb(242,110,109); }
td.TdClassName
{
border-color: #F26E6D;
}
.TagClassName
{
border-color: #F26E6D;
}
</style>