Shades of Geraldine #F17070
Tints of Geraldine #F17070
RGB
CMYK
RGB Variations
Color information
#F17070 (or 0xF17070) is known color: Geraldine. HEX triplet: F1, 70 and 70. RGB value is (241,112,112). Sum of RGB (Red+Green+Blue) = 241+112+112=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17070 is #0E8F8F. Grayscale: #969696. Windows color (decimal): -954256 or 7368945. OLE color: 7368945.
HSL color Cylindrical-coordinate representation of color #F17070: hue angle of 0º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17070 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.05 |
| HSL | 0º | 0.82% | 0.69% | - |
| HSV(B) | 0º | 0.54% | 0.95% | - |
| XYZ | 44.99 | 31.46 | 19.03 | - |
| YUV | 150.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 112 | 0 | 0.54 | 0.54 | 0.05 | 0 | 0.82 | 0.69 |
| Hex | F1 | 70 | 70 | 0 | 36 | 36 | 5 | 0 | 52 | 45 |
| Octal | 361 | 160 | 160 | 0 | 66 | 66 | 5 | 0 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1110000 | 0 | 110110 | 110110 | 101 | 0 | 1010010 | 1000101 |
Color Harmonies of #F17070
Complementary color
Monochromatic Colors of #F17070
Black with #F17070
Text Example
Text Example
White with #F17070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17070; }
p { color: rgb(241,112,112); }
H1.HeaderClassName
{
color: #F17070;
}
.AnyTagClassName
{
color: #F17070;
}
</style>
background-color css
<style>
a { background-color: #F17070; }
a { background-color: rgb(241,112,112); }
div.DivClassName
{
background-color: #F17070;
}
.BgClassName
{
background-color: #F17070;
}
</style>
border-color css
<style>
span { border-color: #F17070; }
span { border-color: rgb(241,112,112); }
td.TdClassName
{
border-color: #F17070;
}
.TagClassName
{
border-color: #F17070;
}
</style>