Shades of Geraldine #F2706B
Tints of Geraldine #F2706B
RGB
CMYK
RGB Variations
Color information
#F2706B (or 0xF2706B) is known color: Geraldine. HEX triplet: F2, 70 and 6B. RGB value is (242,112,107). Sum of RGB (Red+Green+Blue) = 242+112+107=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2706B is #0D8F94. Grayscale: #969696. Windows color (decimal): -888725 or 7041266. OLE color: 7041266.
HSL color Cylindrical-coordinate representation of color #F2706B: hue angle of 2.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2706B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 107 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.05 |
| HSL | 2.22º | 0.84% | 0.68% | - |
| HSV(B) | 2.22º | 0.56% | 0.95% | - |
| XYZ | 45.07 | 31.53 | 17.62 | - |
| YUV | 150.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 107 | 0 | 0.54 | 0.56 | 0.05 | 2.22 | 0.84 | 0.68 |
| Hex | F2 | 70 | 6B | 0 | 36 | 38 | 5 | 2 | 54 | 44 |
| Octal | 362 | 160 | 153 | 0 | 66 | 70 | 5 | 2 | 124 | 104 |
| Binary | 11110010 | 1110000 | 1101011 | 0 | 110110 | 111000 | 101 | 10 | 1010100 | 1000100 |
Color Harmonies of #F2706B
Complementary color
Monochromatic Colors of #F2706B
Black with #F2706B
Text Example
Text Example
White with #F2706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2706B; }
p { color: rgb(242,112,107); }
H1.HeaderClassName
{
color: #F2706B;
}
.AnyTagClassName
{
color: #F2706B;
}
</style>
background-color css
<style>
a { background-color: #F2706B; }
a { background-color: rgb(242,112,107); }
div.DivClassName
{
background-color: #F2706B;
}
.BgClassName
{
background-color: #F2706B;
}
</style>
border-color css
<style>
span { border-color: #F2706B; }
span { border-color: rgb(242,112,107); }
td.TdClassName
{
border-color: #F2706B;
}
.TagClassName
{
border-color: #F2706B;
}
</style>