Shades of Geraldine #F27170
Tints of Geraldine #F27170
RGB
CMYK
RGB Variations
Color information
#F27170 (or 0xF27170) is known color: Geraldine. HEX triplet: F2, 71 and 70. RGB value is (242,113,112). Sum of RGB (Red+Green+Blue) = 242+113+112=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F27170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27170 is #0D8E8F. Grayscale: #979797. Windows color (decimal): -888464 or 7369202. OLE color: 7369202.
HSL color Cylindrical-coordinate representation of color #F27170: hue angle of 0.46º 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 #F27170 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 112 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.05 |
| HSL | 0.46º | 0.83% | 0.69% | - |
| HSV(B) | 0.46º | 0.54% | 0.95% | - |
| XYZ | 45.45 | 31.86 | 19.08 | - |
| YUV | 151.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 112 | 0 | 0.53 | 0.54 | 0.05 | 0.46 | 0.83 | 0.69 |
| Hex | F2 | 71 | 70 | 0 | 35 | 36 | 5 | 0 | 53 | 45 |
| Octal | 362 | 161 | 160 | 0 | 65 | 66 | 5 | 0 | 123 | 105 |
| Binary | 11110010 | 1110001 | 1110000 | 0 | 110101 | 110110 | 101 | 0 | 1010011 | 1000101 |
Color Harmonies of #F27170
Complementary color
Monochromatic Colors of #F27170
Black with #F27170
Text Example
Text Example
White with #F27170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27170; }
p { color: rgb(242,113,112); }
H1.HeaderClassName
{
color: #F27170;
}
.AnyTagClassName
{
color: #F27170;
}
</style>
background-color css
<style>
a { background-color: #F27170; }
a { background-color: rgb(242,113,112); }
div.DivClassName
{
background-color: #F27170;
}
.BgClassName
{
background-color: #F27170;
}
</style>
border-color css
<style>
span { border-color: #F27170; }
span { border-color: rgb(242,113,112); }
td.TdClassName
{
border-color: #F27170;
}
.TagClassName
{
border-color: #F27170;
}
</style>