Shades of Geraldine #F0726D
Tints of Geraldine #F0726D
RGB
CMYK
RGB Variations
Color information
#F0726D (or 0xF0726D) is known color: Geraldine. HEX triplet: F0, 72 and 6D. RGB value is (240,114,109). Sum of RGB (Red+Green+Blue) = 240+114+109=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0726D is #0F8D92. Grayscale: #979797. Windows color (decimal): -1019283 or 7172848. OLE color: 7172848.
HSL color Cylindrical-coordinate representation of color #F0726D: hue angle of 2.29º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0726D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.06 |
| HSL | 2.29º | 0.81% | 0.68% | - |
| HSV(B) | 2.29º | 0.55% | 0.94% | - |
| XYZ | 44.71 | 31.66 | 18.22 | - |
| YUV | 151.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 109 | 0 | 0.52 | 0.55 | 0.06 | 2.29 | 0.81 | 0.68 |
| Hex | F0 | 72 | 6D | 0 | 34 | 37 | 6 | 2 | 51 | 44 |
| Octal | 360 | 162 | 155 | 0 | 64 | 67 | 6 | 2 | 121 | 104 |
| Binary | 11110000 | 1110010 | 1101101 | 0 | 110100 | 110111 | 110 | 10 | 1010001 | 1000100 |
Color Harmonies of #F0726D
Complementary color
Monochromatic Colors of #F0726D
Black with #F0726D
Text Example
Text Example
White with #F0726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0726D; }
p { color: rgb(240,114,109); }
H1.HeaderClassName
{
color: #F0726D;
}
.AnyTagClassName
{
color: #F0726D;
}
</style>
background-color css
<style>
a { background-color: #F0726D; }
a { background-color: rgb(240,114,109); }
div.DivClassName
{
background-color: #F0726D;
}
.BgClassName
{
background-color: #F0726D;
}
</style>
border-color css
<style>
span { border-color: #F0726D; }
span { border-color: rgb(240,114,109); }
td.TdClassName
{
border-color: #F0726D;
}
.TagClassName
{
border-color: #F0726D;
}
</style>