Shades of Geraldine #F17873
Tints of Geraldine #F17873
RGB
CMYK
RGB Variations
Color information
#F17873 (or 0xF17873) is known color: Geraldine. HEX triplet: F1, 78 and 73. RGB value is (241,120,115). Sum of RGB (Red+Green+Blue) = 241+120+115=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17873 is #0E878C. Grayscale: #9B9B9B. Windows color (decimal): -952205 or 7567601. OLE color: 7567601.
HSL color Cylindrical-coordinate representation of color #F17873: hue angle of 2.38º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17873 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 115 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.05 |
| HSL | 2.38º | 0.82% | 0.7% | - |
| HSV(B) | 2.38º | 0.52% | 0.95% | - |
| XYZ | 46.09 | 33.37 | 20.23 | - |
| YUV | 155.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 115 | 0 | 0.50 | 0.52 | 0.05 | 2.38 | 0.82 | 0.7 |
| Hex | F1 | 78 | 73 | 0 | 32 | 34 | 5 | 2 | 52 | 46 |
| Octal | 361 | 170 | 163 | 0 | 62 | 64 | 5 | 2 | 122 | 106 |
| Binary | 11110001 | 1111000 | 1110011 | 0 | 110010 | 110100 | 101 | 10 | 1010010 | 1000110 |
Color Harmonies of #F17873
Complementary color
Monochromatic Colors of #F17873
Black with #F17873
Text Example
Text Example
White with #F17873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17873; }
p { color: rgb(241,120,115); }
H1.HeaderClassName
{
color: #F17873;
}
.AnyTagClassName
{
color: #F17873;
}
</style>
background-color css
<style>
a { background-color: #F17873; }
a { background-color: rgb(241,120,115); }
div.DivClassName
{
background-color: #F17873;
}
.BgClassName
{
background-color: #F17873;
}
</style>
border-color css
<style>
span { border-color: #F17873; }
span { border-color: rgb(241,120,115); }
td.TdClassName
{
border-color: #F17873;
}
.TagClassName
{
border-color: #F17873;
}
</style>