Shades of Geraldine #F27871
Tints of Geraldine #F27871
RGB
CMYK
RGB Variations
Color information
#F27871 (or 0xF27871) is known color: Geraldine. HEX triplet: F2, 78 and 71. RGB value is (242,120,113). Sum of RGB (Red+Green+Blue) = 242+120+113=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F27871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27871 is #0D878E. Grayscale: #9B9B9B. Windows color (decimal): -886671 or 7436530. OLE color: 7436530.
HSL color Cylindrical-coordinate representation of color #F27871: hue angle of 3.26º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F27871 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 113 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.05 |
| HSL | 3.26º | 0.83% | 0.7% | - |
| HSV(B) | 3.26º | 0.53% | 0.95% | - |
| XYZ | 46.32 | 33.5 | 19.65 | - |
| YUV | 155.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 113 | 0 | 0.50 | 0.53 | 0.05 | 3.26 | 0.83 | 0.7 |
| Hex | F2 | 78 | 71 | 0 | 32 | 35 | 5 | 3 | 53 | 46 |
| Octal | 362 | 170 | 161 | 0 | 62 | 65 | 5 | 3 | 123 | 106 |
| Binary | 11110010 | 1111000 | 1110001 | 0 | 110010 | 110101 | 101 | 11 | 1010011 | 1000110 |
Color Harmonies of #F27871
Complementary color
Monochromatic Colors of #F27871
Black with #F27871
Text Example
Text Example
White with #F27871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27871; }
p { color: rgb(242,120,113); }
H1.HeaderClassName
{
color: #F27871;
}
.AnyTagClassName
{
color: #F27871;
}
</style>
background-color css
<style>
a { background-color: #F27871; }
a { background-color: rgb(242,120,113); }
div.DivClassName
{
background-color: #F27871;
}
.BgClassName
{
background-color: #F27871;
}
</style>
border-color css
<style>
span { border-color: #F27871; }
span { border-color: rgb(242,120,113); }
td.TdClassName
{
border-color: #F27871;
}
.TagClassName
{
border-color: #F27871;
}
</style>