Shades of Geraldine #F27573
Tints of Geraldine #F27573
RGB
CMYK
RGB Variations
Color information
#F27573 (or 0xF27573) is known color: Geraldine. HEX triplet: F2, 75 and 73. RGB value is (242,117,115). Sum of RGB (Red+Green+Blue) = 242+117+115=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F27573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27573 is #0D8A8C. Grayscale: #9A9A9A. Windows color (decimal): -887437 or 7566834. OLE color: 7566834.
HSL color Cylindrical-coordinate representation of color #F27573: hue angle of 0.94º 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 #F27573 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 115 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.05 |
| HSL | 0.94º | 0.83% | 0.7% | - |
| HSV(B) | 0.94º | 0.52% | 0.95% | - |
| XYZ | 46.07 | 32.84 | 20.13 | - |
| YUV | 154.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 115 | 0 | 0.52 | 0.52 | 0.05 | 0.94 | 0.83 | 0.7 |
| Hex | F2 | 75 | 73 | 0 | 34 | 34 | 5 | 1 | 53 | 46 |
| Octal | 362 | 165 | 163 | 0 | 64 | 64 | 5 | 1 | 123 | 106 |
| Binary | 11110010 | 1110101 | 1110011 | 0 | 110100 | 110100 | 101 | 1 | 1010011 | 1000110 |
Color Harmonies of #F27573
Complementary color
Monochromatic Colors of #F27573
Black with #F27573
Text Example
Text Example
White with #F27573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27573; }
p { color: rgb(242,117,115); }
H1.HeaderClassName
{
color: #F27573;
}
.AnyTagClassName
{
color: #F27573;
}
</style>
background-color css
<style>
a { background-color: #F27573; }
a { background-color: rgb(242,117,115); }
div.DivClassName
{
background-color: #F27573;
}
.BgClassName
{
background-color: #F27573;
}
</style>
border-color css
<style>
span { border-color: #F27573; }
span { border-color: rgb(242,117,115); }
td.TdClassName
{
border-color: #F27573;
}
.TagClassName
{
border-color: #F27573;
}
</style>