Shades of Geraldine #F07171
Tints of Geraldine #F07171
RGB
CMYK
RGB Variations
Color information
#F07171 (or 0xF07171) is known color: Geraldine. HEX triplet: F0, 71 and 71. RGB value is (240,113,113). Sum of RGB (Red+Green+Blue) = 240+113+113=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07171 is #0F8E8E. Grayscale: #979797. Windows color (decimal): -1019535 or 7434736. OLE color: 7434736.
HSL color Cylindrical-coordinate representation of color #F07171: hue angle of 0º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07171 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 113 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.06 |
| HSL | 0º | 0.81% | 0.69% | - |
| HSV(B) | 0º | 0.53% | 0.94% | - |
| XYZ | 44.82 | 31.53 | 19.35 | - |
| YUV | 150.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 113 | 0 | 0.53 | 0.53 | 0.06 | 0 | 0.81 | 0.69 |
| Hex | F0 | 71 | 71 | 0 | 35 | 35 | 6 | 0 | 51 | 45 |
| Octal | 360 | 161 | 161 | 0 | 65 | 65 | 6 | 0 | 121 | 105 |
| Binary | 11110000 | 1110001 | 1110001 | 0 | 110101 | 110101 | 110 | 0 | 1010001 | 1000101 |
Color Harmonies of #F07171
Complementary color
Monochromatic Colors of #F07171
Black with #F07171
Text Example
Text Example
White with #F07171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07171; }
p { color: rgb(240,113,113); }
H1.HeaderClassName
{
color: #F07171;
}
.AnyTagClassName
{
color: #F07171;
}
</style>
background-color css
<style>
a { background-color: #F07171; }
a { background-color: rgb(240,113,113); }
div.DivClassName
{
background-color: #F07171;
}
.BgClassName
{
background-color: #F07171;
}
</style>
border-color css
<style>
span { border-color: #F07171; }
span { border-color: rgb(240,113,113); }
td.TdClassName
{
border-color: #F07171;
}
.TagClassName
{
border-color: #F07171;
}
</style>