Shades of Geraldine #F2726D
Tints of Geraldine #F2726D
RGB
CMYK
RGB Variations
Color information
#F2726D (or 0xF2726D) is known color: Geraldine. HEX triplet: F2, 72 and 6D. RGB value is (242,114,109). Sum of RGB (Red+Green+Blue) = 242+114+109=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2726D is #0D8D92. Grayscale: #979797. Windows color (decimal): -888211 or 7172850. OLE color: 7172850.
HSL color Cylindrical-coordinate representation of color #F2726D: hue angle of 2.26º 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 #F2726D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 2.26º | 0.84% | 0.69% | - |
| HSV(B) | 2.26º | 0.55% | 0.95% | - |
| XYZ | 45.4 | 32.02 | 18.26 | - |
| YUV | 151.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 109 | 0 | 0.53 | 0.55 | 0.05 | 2.26 | 0.84 | 0.69 |
| Hex | F2 | 72 | 6D | 0 | 35 | 37 | 5 | 2 | 54 | 45 |
| Octal | 362 | 162 | 155 | 0 | 65 | 67 | 5 | 2 | 124 | 105 |
| Binary | 11110010 | 1110010 | 1101101 | 0 | 110101 | 110111 | 101 | 10 | 1010100 | 1000101 |
Color Harmonies of #F2726D
Complementary color
Monochromatic Colors of #F2726D
Black with #F2726D
Text Example
Text Example
White with #F2726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2726D; }
p { color: rgb(242,114,109); }
H1.HeaderClassName
{
color: #F2726D;
}
.AnyTagClassName
{
color: #F2726D;
}
</style>
background-color css
<style>
a { background-color: #F2726D; }
a { background-color: rgb(242,114,109); }
div.DivClassName
{
background-color: #F2726D;
}
.BgClassName
{
background-color: #F2726D;
}
</style>
border-color css
<style>
span { border-color: #F2726D; }
span { border-color: rgb(242,114,109); }
td.TdClassName
{
border-color: #F2726D;
}
.TagClassName
{
border-color: #F2726D;
}
</style>