Shades of Geraldine #F27070
Tints of Geraldine #F27070
RGB
CMYK
RGB Variations
Color information
#F27070 (or 0xF27070) is known color: Geraldine. HEX triplet: F2, 70 and 70. RGB value is (242,112,112). Sum of RGB (Red+Green+Blue) = 242+112+112=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F27070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27070 is #0D8F8F. Grayscale: #979797. Windows color (decimal): -888720 or 7368946. OLE color: 7368946.
HSL color Cylindrical-coordinate representation of color #F27070: hue angle of 0º 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 #F27070 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.05 |
| HSL | 0º | 0.83% | 0.69% | - |
| HSV(B) | 0º | 0.54% | 0.95% | - |
| XYZ | 45.34 | 31.64 | 19.05 | - |
| YUV | 150.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 112 | 0 | 0.54 | 0.54 | 0.05 | 0 | 0.83 | 0.69 |
| Hex | F2 | 70 | 70 | 0 | 36 | 36 | 5 | 0 | 53 | 45 |
| Octal | 362 | 160 | 160 | 0 | 66 | 66 | 5 | 0 | 123 | 105 |
| Binary | 11110010 | 1110000 | 1110000 | 0 | 110110 | 110110 | 101 | 0 | 1010011 | 1000101 |
Color Harmonies of #F27070
Complementary color
Monochromatic Colors of #F27070
Black with #F27070
Text Example
Text Example
White with #F27070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27070; }
p { color: rgb(242,112,112); }
H1.HeaderClassName
{
color: #F27070;
}
.AnyTagClassName
{
color: #F27070;
}
</style>
background-color css
<style>
a { background-color: #F27070; }
a { background-color: rgb(242,112,112); }
div.DivClassName
{
background-color: #F27070;
}
.BgClassName
{
background-color: #F27070;
}
</style>
border-color css
<style>
span { border-color: #F27070; }
span { border-color: rgb(242,112,112); }
td.TdClassName
{
border-color: #F27070;
}
.TagClassName
{
border-color: #F27070;
}
</style>