Shades of Geraldine #F27676
Tints of Geraldine #F27676
RGB
CMYK
RGB Variations
Color information
#F27676 (or 0xF27676) is known color: Geraldine. HEX triplet: F2, 76 and 76. RGB value is (242,118,118). Sum of RGB (Red+Green+Blue) = 242+118+118=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F27676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27676 is #0D8989. Grayscale: #9B9B9B. Windows color (decimal): -887178 or 7763698. OLE color: 7763698.
HSL color Cylindrical-coordinate representation of color #F27676: hue angle of 0º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27676 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 118 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.05 |
| HSL | 0º | 0.83% | 0.71% | - |
| HSV(B) | 0º | 0.51% | 0.95% | - |
| XYZ | 46.37 | 33.14 | 21.09 | - |
| YUV | 155.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 118 | 0 | 0.51 | 0.51 | 0.05 | 0 | 0.83 | 0.71 |
| Hex | F2 | 76 | 76 | 0 | 33 | 33 | 5 | 0 | 53 | 47 |
| Octal | 362 | 166 | 166 | 0 | 63 | 63 | 5 | 0 | 123 | 107 |
| Binary | 11110010 | 1110110 | 1110110 | 0 | 110011 | 110011 | 101 | 0 | 1010011 | 1000111 |
Color Harmonies of #F27676
Complementary color
Monochromatic Colors of #F27676
Black with #F27676
Text Example
Text Example
White with #F27676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27676; }
p { color: rgb(242,118,118); }
H1.HeaderClassName
{
color: #F27676;
}
.AnyTagClassName
{
color: #F27676;
}
</style>
background-color css
<style>
a { background-color: #F27676; }
a { background-color: rgb(242,118,118); }
div.DivClassName
{
background-color: #F27676;
}
.BgClassName
{
background-color: #F27676;
}
</style>
border-color css
<style>
span { border-color: #F27676; }
span { border-color: rgb(242,118,118); }
td.TdClassName
{
border-color: #F27676;
}
.TagClassName
{
border-color: #F27676;
}
</style>