Shades of Geraldine #F17877
Tints of Geraldine #F17877
RGB
CMYK
RGB Variations
Color information
#F17877 (or 0xF17877) is known color: Geraldine. HEX triplet: F1, 78 and 77. RGB value is (241,120,119). Sum of RGB (Red+Green+Blue) = 241+120+119=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17877 is #0E8788. Grayscale: #9C9C9C. Windows color (decimal): -952201 or 7829745. OLE color: 7829745.
HSL color Cylindrical-coordinate representation of color #F17877: hue angle of 0.49º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17877 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 119 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.05 |
| HSL | 0.49º | 0.81% | 0.71% | - |
| HSV(B) | 0.49º | 0.51% | 0.95% | - |
| XYZ | 46.32 | 33.47 | 21.47 | - |
| YUV | 156.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 119 | 0 | 0.50 | 0.51 | 0.05 | 0.49 | 0.81 | 0.71 |
| Hex | F1 | 78 | 77 | 0 | 32 | 33 | 5 | 0 | 51 | 47 |
| Octal | 361 | 170 | 167 | 0 | 62 | 63 | 5 | 0 | 121 | 107 |
| Binary | 11110001 | 1111000 | 1110111 | 0 | 110010 | 110011 | 101 | 0 | 1010001 | 1000111 |
Color Harmonies of #F17877
Complementary color
Monochromatic Colors of #F17877
Black with #F17877
Text Example
Text Example
White with #F17877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17877; }
p { color: rgb(241,120,119); }
H1.HeaderClassName
{
color: #F17877;
}
.AnyTagClassName
{
color: #F17877;
}
</style>
background-color css
<style>
a { background-color: #F17877; }
a { background-color: rgb(241,120,119); }
div.DivClassName
{
background-color: #F17877;
}
.BgClassName
{
background-color: #F17877;
}
</style>
border-color css
<style>
span { border-color: #F17877; }
span { border-color: rgb(241,120,119); }
td.TdClassName
{
border-color: #F17877;
}
.TagClassName
{
border-color: #F17877;
}
</style>