Shades of Geraldine #F3716D
Tints of Geraldine #F3716D
RGB
CMYK
RGB Variations
Color information
#F3716D (or 0xF3716D) is known color: Geraldine. HEX triplet: F3, 71 and 6D. RGB value is (243,113,109). Sum of RGB (Red+Green+Blue) = 243+113+109=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3716D is #0C8E92. Grayscale: #979797. Windows color (decimal): -822931 or 7172595. OLE color: 7172595.
HSL color Cylindrical-coordinate representation of color #F3716D: hue angle of 1.79º 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 #F3716D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 1.79º | 0.85% | 0.69% | - |
| HSV(B) | 1.79º | 0.55% | 0.95% | - |
| XYZ | 45.63 | 31.97 | 18.23 | - |
| YUV | 151.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 109 | 0 | 0.53 | 0.55 | 0.05 | 1.79 | 0.85 | 0.69 |
| Hex | F3 | 71 | 6D | 0 | 35 | 37 | 5 | 2 | 55 | 45 |
| Octal | 363 | 161 | 155 | 0 | 65 | 67 | 5 | 2 | 125 | 105 |
| Binary | 11110011 | 1110001 | 1101101 | 0 | 110101 | 110111 | 101 | 10 | 1010101 | 1000101 |
Color Harmonies of #F3716D
Complementary color
Monochromatic Colors of #F3716D
Black with #F3716D
Text Example
Text Example
White with #F3716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3716D; }
p { color: rgb(243,113,109); }
H1.HeaderClassName
{
color: #F3716D;
}
.AnyTagClassName
{
color: #F3716D;
}
</style>
background-color css
<style>
a { background-color: #F3716D; }
a { background-color: rgb(243,113,109); }
div.DivClassName
{
background-color: #F3716D;
}
.BgClassName
{
background-color: #F3716D;
}
</style>
border-color css
<style>
span { border-color: #F3716D; }
span { border-color: rgb(243,113,109); }
td.TdClassName
{
border-color: #F3716D;
}
.TagClassName
{
border-color: #F3716D;
}
</style>