Shades of Geraldine #F36E6D
Tints of Geraldine #F36E6D
RGB
CMYK
RGB Variations
Color information
#F36E6D (or 0xF36E6D) is known color: Geraldine. HEX triplet: F3, 6E and 6D. RGB value is (243,110,109). Sum of RGB (Red+Green+Blue) = 243+110+109=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F36E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36E6D is #0C9192. Grayscale: #959595. Windows color (decimal): -823699 or 7171827. OLE color: 7171827.
HSL color Cylindrical-coordinate representation of color #F36E6D: hue angle of 0.45º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36E6D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 109 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.05 |
| HSL | 0.45º | 0.85% | 0.69% | - |
| HSV(B) | 0.45º | 0.55% | 0.95% | - |
| XYZ | 45.3 | 31.31 | 18.12 | - |
| YUV | 149.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 109 | 0 | 0.55 | 0.55 | 0.05 | 0.45 | 0.85 | 0.69 |
| Hex | F3 | 6E | 6D | 0 | 37 | 37 | 5 | 0 | 55 | 45 |
| Octal | 363 | 156 | 155 | 0 | 67 | 67 | 5 | 0 | 125 | 105 |
| Binary | 11110011 | 1101110 | 1101101 | 0 | 110111 | 110111 | 101 | 0 | 1010101 | 1000101 |
Color Harmonies of #F36E6D
Complementary color
Monochromatic Colors of #F36E6D
Black with #F36E6D
Text Example
Text Example
White with #F36E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36E6D; }
p { color: rgb(243,110,109); }
H1.HeaderClassName
{
color: #F36E6D;
}
.AnyTagClassName
{
color: #F36E6D;
}
</style>
background-color css
<style>
a { background-color: #F36E6D; }
a { background-color: rgb(243,110,109); }
div.DivClassName
{
background-color: #F36E6D;
}
.BgClassName
{
background-color: #F36E6D;
}
</style>
border-color css
<style>
span { border-color: #F36E6D; }
span { border-color: rgb(243,110,109); }
td.TdClassName
{
border-color: #F36E6D;
}
.TagClassName
{
border-color: #F36E6D;
}
</style>