Shades of Geraldine #F17871
Tints of Geraldine #F17871
RGB
CMYK
RGB Variations
Color information
#F17871 (or 0xF17871) is known color: Geraldine. HEX triplet: F1, 78 and 71. RGB value is (241,120,113). Sum of RGB (Red+Green+Blue) = 241+120+113=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F17871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17871 is #0E878E. Grayscale: #9B9B9B. Windows color (decimal): -952207 or 7436529. OLE color: 7436529.
HSL color Cylindrical-coordinate representation of color #F17871: hue angle of 3.28º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17871 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 113 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.05 |
| HSL | 3.28º | 0.82% | 0.69% | - |
| HSV(B) | 3.28º | 0.53% | 0.95% | - |
| XYZ | 45.97 | 33.33 | 19.63 | - |
| YUV | 155.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 113 | 0 | 0.50 | 0.53 | 0.05 | 3.28 | 0.82 | 0.69 |
| Hex | F1 | 78 | 71 | 0 | 32 | 35 | 5 | 3 | 52 | 45 |
| Octal | 361 | 170 | 161 | 0 | 62 | 65 | 5 | 3 | 122 | 105 |
| Binary | 11110001 | 1111000 | 1110001 | 0 | 110010 | 110101 | 101 | 11 | 1010010 | 1000101 |
Color Harmonies of #F17871
Complementary color
Monochromatic Colors of #F17871
Black with #F17871
Text Example
Text Example
White with #F17871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17871; }
p { color: rgb(241,120,113); }
H1.HeaderClassName
{
color: #F17871;
}
.AnyTagClassName
{
color: #F17871;
}
</style>
background-color css
<style>
a { background-color: #F17871; }
a { background-color: rgb(241,120,113); }
div.DivClassName
{
background-color: #F17871;
}
.BgClassName
{
background-color: #F17871;
}
</style>
border-color css
<style>
span { border-color: #F17871; }
span { border-color: rgb(241,120,113); }
td.TdClassName
{
border-color: #F17871;
}
.TagClassName
{
border-color: #F17871;
}
</style>