Shades of Geraldine #F27572
Tints of Geraldine #F27572
RGB
CMYK
RGB Variations
Color information
#F27572 (or 0xF27572) is known color: Geraldine. HEX triplet: F2, 75 and 72. RGB value is (242,117,114). Sum of RGB (Red+Green+Blue) = 242+117+114=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F27572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27572 is #0D8A8D. Grayscale: #9A9A9A. Windows color (decimal): -887438 or 7501298. OLE color: 7501298.
HSL color Cylindrical-coordinate representation of color #F27572: hue angle of 1.41º 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 #F27572 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 114 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.05 |
| HSL | 1.41º | 0.83% | 0.7% | - |
| HSV(B) | 1.41º | 0.53% | 0.95% | - |
| XYZ | 46.02 | 32.81 | 19.83 | - |
| YUV | 154.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 114 | 0 | 0.52 | 0.53 | 0.05 | 1.41 | 0.83 | 0.7 |
| Hex | F2 | 75 | 72 | 0 | 34 | 35 | 5 | 1 | 53 | 46 |
| Octal | 362 | 165 | 162 | 0 | 64 | 65 | 5 | 1 | 123 | 106 |
| Binary | 11110010 | 1110101 | 1110010 | 0 | 110100 | 110101 | 101 | 1 | 1010011 | 1000110 |
Color Harmonies of #F27572
Complementary color
Monochromatic Colors of #F27572
Black with #F27572
Text Example
Text Example
White with #F27572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27572; }
p { color: rgb(242,117,114); }
H1.HeaderClassName
{
color: #F27572;
}
.AnyTagClassName
{
color: #F27572;
}
</style>
background-color css
<style>
a { background-color: #F27572; }
a { background-color: rgb(242,117,114); }
div.DivClassName
{
background-color: #F27572;
}
.BgClassName
{
background-color: #F27572;
}
</style>
border-color css
<style>
span { border-color: #F27572; }
span { border-color: rgb(242,117,114); }
td.TdClassName
{
border-color: #F27572;
}
.TagClassName
{
border-color: #F27572;
}
</style>