Shades of Geraldine #F26D6D
Tints of Geraldine #F26D6D
RGB
CMYK
RGB Variations
Color information
#F26D6D (or 0xF26D6D) is known color: Geraldine. HEX triplet: F2, 6D and 6D. RGB value is (242,109,109). Sum of RGB (Red+Green+Blue) = 242+109+109=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D6D is #0D9292. Grayscale: #949494. Windows color (decimal): -889491 or 7171570. OLE color: 7171570.
HSL color Cylindrical-coordinate representation of color #F26D6D: hue angle of 0º 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 #F26D6D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 109 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.05 |
| HSL | 0º | 0.84% | 0.69% | - |
| HSV(B) | 0º | 0.55% | 0.95% | - |
| XYZ | 44.85 | 30.92 | 18.07 | - |
| YUV | 148.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 109 | 0 | 0.55 | 0.55 | 0.05 | 0 | 0.84 | 0.69 |
| Hex | F2 | 6D | 6D | 0 | 37 | 37 | 5 | 0 | 54 | 45 |
| Octal | 362 | 155 | 155 | 0 | 67 | 67 | 5 | 0 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1101101 | 0 | 110111 | 110111 | 101 | 0 | 1010100 | 1000101 |
Color Harmonies of #F26D6D
Complementary color
Monochromatic Colors of #F26D6D
Black with #F26D6D
Text Example
Text Example
White with #F26D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D6D; }
p { color: rgb(242,109,109); }
H1.HeaderClassName
{
color: #F26D6D;
}
.AnyTagClassName
{
color: #F26D6D;
}
</style>
background-color css
<style>
a { background-color: #F26D6D; }
a { background-color: rgb(242,109,109); }
div.DivClassName
{
background-color: #F26D6D;
}
.BgClassName
{
background-color: #F26D6D;
}
</style>
border-color css
<style>
span { border-color: #F26D6D; }
span { border-color: rgb(242,109,109); }
td.TdClassName
{
border-color: #F26D6D;
}
.TagClassName
{
border-color: #F26D6D;
}
</style>