Shades of Geraldine #F27670
Tints of Geraldine #F27670
RGB
CMYK
RGB Variations
Color information
#F27670 (or 0xF27670) is known color: Geraldine. HEX triplet: F2, 76 and 70. RGB value is (242,118,112). Sum of RGB (Red+Green+Blue) = 242+118+112=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F27670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27670 is #0D898F. Grayscale: #9A9A9A. Windows color (decimal): -887184 or 7370482. OLE color: 7370482.
HSL color Cylindrical-coordinate representation of color #F27670: hue angle of 2.77º 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 #F27670 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 112 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.05 |
| HSL | 2.77º | 0.83% | 0.69% | - |
| HSV(B) | 2.77º | 0.54% | 0.95% | - |
| XYZ | 46.02 | 33 | 19.27 | - |
| YUV | 154.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 112 | 0 | 0.51 | 0.54 | 0.05 | 2.77 | 0.83 | 0.69 |
| Hex | F2 | 76 | 70 | 0 | 33 | 36 | 5 | 3 | 53 | 45 |
| Octal | 362 | 166 | 160 | 0 | 63 | 66 | 5 | 3 | 123 | 105 |
| Binary | 11110010 | 1110110 | 1110000 | 0 | 110011 | 110110 | 101 | 11 | 1010011 | 1000101 |
Color Harmonies of #F27670
Complementary color
Monochromatic Colors of #F27670
Black with #F27670
Text Example
Text Example
White with #F27670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27670; }
p { color: rgb(242,118,112); }
H1.HeaderClassName
{
color: #F27670;
}
.AnyTagClassName
{
color: #F27670;
}
</style>
background-color css
<style>
a { background-color: #F27670; }
a { background-color: rgb(242,118,112); }
div.DivClassName
{
background-color: #F27670;
}
.BgClassName
{
background-color: #F27670;
}
</style>
border-color css
<style>
span { border-color: #F27670; }
span { border-color: rgb(242,118,112); }
td.TdClassName
{
border-color: #F27670;
}
.TagClassName
{
border-color: #F27670;
}
</style>