Shades of Geraldine #F27373
Tints of Geraldine #F27373
RGB
CMYK
RGB Variations
Color information
#F27373 (or 0xF27373) is known color: Geraldine. HEX triplet: F2, 73 and 73. RGB value is (242,115,115). Sum of RGB (Red+Green+Blue) = 242+115+115=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F27373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27373 is #0D8C8C. Grayscale: #999999. Windows color (decimal): -887949 or 7566322. OLE color: 7566322.
HSL color Cylindrical-coordinate representation of color #F27373: hue angle of 0º 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 #F27373 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 115 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.05 |
| HSL | 0º | 0.83% | 0.7% | - |
| HSV(B) | 0º | 0.52% | 0.95% | - |
| XYZ | 45.84 | 32.38 | 20.05 | - |
| YUV | 152.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 115 | 0 | 0.52 | 0.52 | 0.05 | 0 | 0.83 | 0.7 |
| Hex | F2 | 73 | 73 | 0 | 34 | 34 | 5 | 0 | 53 | 46 |
| Octal | 362 | 163 | 163 | 0 | 64 | 64 | 5 | 0 | 123 | 106 |
| Binary | 11110010 | 1110011 | 1110011 | 0 | 110100 | 110100 | 101 | 0 | 1010011 | 1000110 |
Color Harmonies of #F27373
Complementary color
Monochromatic Colors of #F27373
Black with #F27373
Text Example
Text Example
White with #F27373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27373; }
p { color: rgb(242,115,115); }
H1.HeaderClassName
{
color: #F27373;
}
.AnyTagClassName
{
color: #F27373;
}
</style>
background-color css
<style>
a { background-color: #F27373; }
a { background-color: rgb(242,115,115); }
div.DivClassName
{
background-color: #F27373;
}
.BgClassName
{
background-color: #F27373;
}
</style>
border-color css
<style>
span { border-color: #F27373; }
span { border-color: rgb(242,115,115); }
td.TdClassName
{
border-color: #F27373;
}
.TagClassName
{
border-color: #F27373;
}
</style>