Shades of Geraldine #F0746B
Tints of Geraldine #F0746B
RGB
CMYK
RGB Variations
Color information
#F0746B (or 0xF0746B) is known color: Geraldine. HEX triplet: F0, 74 and 6B. RGB value is (240,116,107). Sum of RGB (Red+Green+Blue) = 240+116+107=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0746B is #0F8B94. Grayscale: #989898. Windows color (decimal): -1018773 or 7042288. OLE color: 7042288.
HSL color Cylindrical-coordinate representation of color #F0746B: hue angle of 4.06º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0746B is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 107 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.06 |
| HSL | 4.06º | 0.82% | 0.68% | - |
| HSV(B) | 4.06º | 0.55% | 0.94% | - |
| XYZ | 44.83 | 32.08 | 17.74 | - |
| YUV | 152.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 107 | 0 | 0.52 | 0.55 | 0.06 | 4.06 | 0.82 | 0.68 |
| Hex | F0 | 74 | 6B | 0 | 34 | 37 | 6 | 4 | 52 | 44 |
| Octal | 360 | 164 | 153 | 0 | 64 | 67 | 6 | 4 | 122 | 104 |
| Binary | 11110000 | 1110100 | 1101011 | 0 | 110100 | 110111 | 110 | 100 | 1010010 | 1000100 |
Color Harmonies of #F0746B
Complementary color
Monochromatic Colors of #F0746B
Black with #F0746B
Text Example
Text Example
White with #F0746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0746B; }
p { color: rgb(240,116,107); }
H1.HeaderClassName
{
color: #F0746B;
}
.AnyTagClassName
{
color: #F0746B;
}
</style>
background-color css
<style>
a { background-color: #F0746B; }
a { background-color: rgb(240,116,107); }
div.DivClassName
{
background-color: #F0746B;
}
.BgClassName
{
background-color: #F0746B;
}
</style>
border-color css
<style>
span { border-color: #F0746B; }
span { border-color: rgb(240,116,107); }
td.TdClassName
{
border-color: #F0746B;
}
.TagClassName
{
border-color: #F0746B;
}
</style>