Shades of Geraldine #F2726F
Tints of Geraldine #F2726F
RGB
CMYK
RGB Variations
Color information
#F2726F (or 0xF2726F) is known color: Geraldine. HEX triplet: F2, 72 and 6F. RGB value is (242,114,111). Sum of RGB (Red+Green+Blue) = 242+114+111=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2726F is #0D8D90. Grayscale: #989898. Windows color (decimal): -888209 or 7303922. OLE color: 7303922.
HSL color Cylindrical-coordinate representation of color #F2726F: hue angle of 1.37º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2726F is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 111 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.05 |
| HSL | 1.37º | 0.83% | 0.69% | - |
| HSV(B) | 1.37º | 0.54% | 0.95% | - |
| XYZ | 45.5 | 32.06 | 18.83 | - |
| YUV | 151.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 111 | 0 | 0.53 | 0.54 | 0.05 | 1.37 | 0.83 | 0.69 |
| Hex | F2 | 72 | 6F | 0 | 35 | 36 | 5 | 1 | 53 | 45 |
| Octal | 362 | 162 | 157 | 0 | 65 | 66 | 5 | 1 | 123 | 105 |
| Binary | 11110010 | 1110010 | 1101111 | 0 | 110101 | 110110 | 101 | 1 | 1010011 | 1000101 |
Color Harmonies of #F2726F
Complementary color
Monochromatic Colors of #F2726F
Black with #F2726F
Text Example
Text Example
White with #F2726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2726F; }
p { color: rgb(242,114,111); }
H1.HeaderClassName
{
color: #F2726F;
}
.AnyTagClassName
{
color: #F2726F;
}
</style>
background-color css
<style>
a { background-color: #F2726F; }
a { background-color: rgb(242,114,111); }
div.DivClassName
{
background-color: #F2726F;
}
.BgClassName
{
background-color: #F2726F;
}
</style>
border-color css
<style>
span { border-color: #F2726F; }
span { border-color: rgb(242,114,111); }
td.TdClassName
{
border-color: #F2726F;
}
.TagClassName
{
border-color: #F2726F;
}
</style>