Shades of Geraldine #F36D6D
Tints of Geraldine #F36D6D
RGB
CMYK
RGB Variations
Color information
#F36D6D (or 0xF36D6D) is known color: Geraldine. HEX triplet: F3, 6D and 6D. RGB value is (243,109,109). Sum of RGB (Red+Green+Blue) = 243+109+109=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36D6D is #0C9292. Grayscale: #959595. Windows color (decimal): -823955 or 7171571. OLE color: 7171571.
HSL color Cylindrical-coordinate representation of color #F36D6D: hue angle of 0º 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 #F36D6D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 109 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.05 |
| HSL | 0º | 0.85% | 0.69% | - |
| HSV(B) | 0º | 0.55% | 0.95% | - |
| XYZ | 45.19 | 31.1 | 18.09 | - |
| YUV | 149.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 109 | 0 | 0.55 | 0.55 | 0.05 | 0 | 0.85 | 0.69 |
| Hex | F3 | 6D | 6D | 0 | 37 | 37 | 5 | 0 | 55 | 45 |
| Octal | 363 | 155 | 155 | 0 | 67 | 67 | 5 | 0 | 125 | 105 |
| Binary | 11110011 | 1101101 | 1101101 | 0 | 110111 | 110111 | 101 | 0 | 1010101 | 1000101 |
Color Harmonies of #F36D6D
Complementary color
Monochromatic Colors of #F36D6D
Black with #F36D6D
Text Example
Text Example
White with #F36D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D6D; }
p { color: rgb(243,109,109); }
H1.HeaderClassName
{
color: #F36D6D;
}
.AnyTagClassName
{
color: #F36D6D;
}
</style>
background-color css
<style>
a { background-color: #F36D6D; }
a { background-color: rgb(243,109,109); }
div.DivClassName
{
background-color: #F36D6D;
}
.BgClassName
{
background-color: #F36D6D;
}
</style>
border-color css
<style>
span { border-color: #F36D6D; }
span { border-color: rgb(243,109,109); }
td.TdClassName
{
border-color: #F36D6D;
}
.TagClassName
{
border-color: #F36D6D;
}
</style>