Shades of Geraldine #F2706C
Tints of Geraldine #F2706C
RGB
CMYK
RGB Variations
Color information
#F2706C (or 0xF2706C) is known color: Geraldine. HEX triplet: F2, 70 and 6C. RGB value is (242,112,108). Sum of RGB (Red+Green+Blue) = 242+112+108=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2706C is #0D8F93. Grayscale: #969696. Windows color (decimal): -888724 or 7106802. OLE color: 7106802.
HSL color Cylindrical-coordinate representation of color #F2706C: hue angle of 1.79º 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 #F2706C is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 108 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.05 |
| HSL | 1.79º | 0.84% | 0.69% | - |
| HSV(B) | 1.79º | 0.55% | 0.95% | - |
| XYZ | 45.12 | 31.55 | 17.9 | - |
| YUV | 150.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 108 | 0 | 0.54 | 0.55 | 0.05 | 1.79 | 0.84 | 0.69 |
| Hex | F2 | 70 | 6C | 0 | 36 | 37 | 5 | 2 | 54 | 45 |
| Octal | 362 | 160 | 154 | 0 | 66 | 67 | 5 | 2 | 124 | 105 |
| Binary | 11110010 | 1110000 | 1101100 | 0 | 110110 | 110111 | 101 | 10 | 1010100 | 1000101 |
Color Harmonies of #F2706C
Complementary color
Monochromatic Colors of #F2706C
Black with #F2706C
Text Example
Text Example
White with #F2706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2706C; }
p { color: rgb(242,112,108); }
H1.HeaderClassName
{
color: #F2706C;
}
.AnyTagClassName
{
color: #F2706C;
}
</style>
background-color css
<style>
a { background-color: #F2706C; }
a { background-color: rgb(242,112,108); }
div.DivClassName
{
background-color: #F2706C;
}
.BgClassName
{
background-color: #F2706C;
}
</style>
border-color css
<style>
span { border-color: #F2706C; }
span { border-color: rgb(242,112,108); }
td.TdClassName
{
border-color: #F2706C;
}
.TagClassName
{
border-color: #F2706C;
}
</style>