Shades of Geraldine #F27674
Tints of Geraldine #F27674
RGB
CMYK
RGB Variations
Color information
#F27674 (or 0xF27674) is known color: Geraldine. HEX triplet: F2, 76 and 74. RGB value is (242,118,116). Sum of RGB (Red+Green+Blue) = 242+118+116=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F27674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27674 is #0D898B. Grayscale: #9A9A9A. Windows color (decimal): -887180 or 7632626. OLE color: 7632626.
HSL color Cylindrical-coordinate representation of color #F27674: hue angle of 0.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27674 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 116 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.05 |
| HSL | 0.95º | 0.83% | 0.7% | - |
| HSV(B) | 0.95º | 0.52% | 0.95% | - |
| XYZ | 46.25 | 33.1 | 20.47 | - |
| YUV | 154.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 116 | 0 | 0.51 | 0.52 | 0.05 | 0.95 | 0.83 | 0.7 |
| Hex | F2 | 76 | 74 | 0 | 33 | 34 | 5 | 1 | 53 | 46 |
| Octal | 362 | 166 | 164 | 0 | 63 | 64 | 5 | 1 | 123 | 106 |
| Binary | 11110010 | 1110110 | 1110100 | 0 | 110011 | 110100 | 101 | 1 | 1010011 | 1000110 |
Color Harmonies of #F27674
Complementary color
Monochromatic Colors of #F27674
Black with #F27674
Text Example
Text Example
White with #F27674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27674; }
p { color: rgb(242,118,116); }
H1.HeaderClassName
{
color: #F27674;
}
.AnyTagClassName
{
color: #F27674;
}
</style>
background-color css
<style>
a { background-color: #F27674; }
a { background-color: rgb(242,118,116); }
div.DivClassName
{
background-color: #F27674;
}
.BgClassName
{
background-color: #F27674;
}
</style>
border-color css
<style>
span { border-color: #F27674; }
span { border-color: rgb(242,118,116); }
td.TdClassName
{
border-color: #F27674;
}
.TagClassName
{
border-color: #F27674;
}
</style>