Shades of Geraldine #F27B76
Tints of Geraldine #F27B76
RGB
CMYK
RGB Variations
Color information
#F27B76 (or 0xF27B76) is known color: Geraldine. HEX triplet: F2, 7B and 76. RGB value is (242,123,118). Sum of RGB (Red+Green+Blue) = 242+123+118=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B76 is #0D8489. Grayscale: #9E9E9E. Windows color (decimal): -885898 or 7764978. OLE color: 7764978.
HSL color Cylindrical-coordinate representation of color #F27B76: hue angle of 2.42º 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 #F27B76 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 118 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.05 |
| HSL | 2.42º | 0.83% | 0.71% | - |
| HSV(B) | 2.42º | 0.51% | 0.95% | - |
| XYZ | 46.97 | 34.35 | 21.29 | - |
| YUV | 158.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 118 | 0 | 0.49 | 0.51 | 0.05 | 2.42 | 0.83 | 0.71 |
| Hex | F2 | 7B | 76 | 0 | 31 | 33 | 5 | 2 | 53 | 47 |
| Octal | 362 | 173 | 166 | 0 | 61 | 63 | 5 | 2 | 123 | 107 |
| Binary | 11110010 | 1111011 | 1110110 | 0 | 110001 | 110011 | 101 | 10 | 1010011 | 1000111 |
Color Harmonies of #F27B76
Complementary color
Monochromatic Colors of #F27B76
Black with #F27B76
Text Example
Text Example
White with #F27B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B76; }
p { color: rgb(242,123,118); }
H1.HeaderClassName
{
color: #F27B76;
}
.AnyTagClassName
{
color: #F27B76;
}
</style>
background-color css
<style>
a { background-color: #F27B76; }
a { background-color: rgb(242,123,118); }
div.DivClassName
{
background-color: #F27B76;
}
.BgClassName
{
background-color: #F27B76;
}
</style>
border-color css
<style>
span { border-color: #F27B76; }
span { border-color: rgb(242,123,118); }
td.TdClassName
{
border-color: #F27B76;
}
.TagClassName
{
border-color: #F27B76;
}
</style>