Shades of Geraldine #F1716C
Tints of Geraldine #F1716C
RGB
CMYK
RGB Variations
Color information
#F1716C (or 0xF1716C) is known color: Geraldine. HEX triplet: F1, 71 and 6C. RGB value is (241,113,108). Sum of RGB (Red+Green+Blue) = 241+113+108=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1716C is #0E8E93. Grayscale: #969696. Windows color (decimal): -954004 or 7107057. OLE color: 7107057.
HSL color Cylindrical-coordinate representation of color #F1716C: hue angle of 2.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1716C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 108 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 2.26º | 0.83% | 0.68% | - |
| HSV(B) | 2.26º | 0.55% | 0.95% | - |
| XYZ | 44.89 | 31.59 | 17.92 | - |
| YUV | 150.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 108 | 0 | 0.53 | 0.55 | 0.05 | 2.26 | 0.83 | 0.68 |
| Hex | F1 | 71 | 6C | 0 | 35 | 37 | 5 | 2 | 53 | 44 |
| Octal | 361 | 161 | 154 | 0 | 65 | 67 | 5 | 2 | 123 | 104 |
| Binary | 11110001 | 1110001 | 1101100 | 0 | 110101 | 110111 | 101 | 10 | 1010011 | 1000100 |
Color Harmonies of #F1716C
Complementary color
Monochromatic Colors of #F1716C
Black with #F1716C
Text Example
Text Example
White with #F1716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1716C; }
p { color: rgb(241,113,108); }
H1.HeaderClassName
{
color: #F1716C;
}
.AnyTagClassName
{
color: #F1716C;
}
</style>
background-color css
<style>
a { background-color: #F1716C; }
a { background-color: rgb(241,113,108); }
div.DivClassName
{
background-color: #F1716C;
}
.BgClassName
{
background-color: #F1716C;
}
</style>
border-color css
<style>
span { border-color: #F1716C; }
span { border-color: rgb(241,113,108); }
td.TdClassName
{
border-color: #F1716C;
}
.TagClassName
{
border-color: #F1716C;
}
</style>