Shades of Geraldine #F27873
Tints of Geraldine #F27873
RGB
CMYK
RGB Variations
Color information
#F27873 (or 0xF27873) is known color: Geraldine. HEX triplet: F2, 78 and 73. RGB value is (242,120,115). Sum of RGB (Red+Green+Blue) = 242+120+115=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27873 is #0D878C. Grayscale: #9C9C9C. Windows color (decimal): -886669 or 7567602. OLE color: 7567602.
HSL color Cylindrical-coordinate representation of color #F27873: hue angle of 2.36º 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 #F27873 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 115 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.05 |
| HSL | 2.36º | 0.83% | 0.7% | - |
| HSV(B) | 2.36º | 0.52% | 0.95% | - |
| XYZ | 46.43 | 33.55 | 20.25 | - |
| YUV | 155.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 115 | 0 | 0.50 | 0.52 | 0.05 | 2.36 | 0.83 | 0.7 |
| Hex | F2 | 78 | 73 | 0 | 32 | 34 | 5 | 2 | 53 | 46 |
| Octal | 362 | 170 | 163 | 0 | 62 | 64 | 5 | 2 | 123 | 106 |
| Binary | 11110010 | 1111000 | 1110011 | 0 | 110010 | 110100 | 101 | 10 | 1010011 | 1000110 |
Color Harmonies of #F27873
Complementary color
Monochromatic Colors of #F27873
Black with #F27873
Text Example
Text Example
White with #F27873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27873; }
p { color: rgb(242,120,115); }
H1.HeaderClassName
{
color: #F27873;
}
.AnyTagClassName
{
color: #F27873;
}
</style>
background-color css
<style>
a { background-color: #F27873; }
a { background-color: rgb(242,120,115); }
div.DivClassName
{
background-color: #F27873;
}
.BgClassName
{
background-color: #F27873;
}
</style>
border-color css
<style>
span { border-color: #F27873; }
span { border-color: rgb(242,120,115); }
td.TdClassName
{
border-color: #F27873;
}
.TagClassName
{
border-color: #F27873;
}
</style>