Shades of Geraldine #F0716A
Tints of Geraldine #F0716A
RGB
CMYK
RGB Variations
Color information
#F0716A (or 0xF0716A) is known color: Geraldine. HEX triplet: F0, 71 and 6A. RGB value is (240,113,106). Sum of RGB (Red+Green+Blue) = 240+113+106=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716A is #0F8E95. Grayscale: #969696. Windows color (decimal): -1019542 or 6975984. OLE color: 6975984.
HSL color Cylindrical-coordinate representation of color #F0716A: hue angle of 3.13º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0716A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 106 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.06 |
| HSL | 3.13º | 0.82% | 0.68% | - |
| HSV(B) | 3.13º | 0.56% | 0.94% | - |
| XYZ | 44.44 | 31.38 | 17.35 | - |
| YUV | 150.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 106 | 0 | 0.53 | 0.56 | 0.06 | 3.13 | 0.82 | 0.68 |
| Hex | F0 | 71 | 6A | 0 | 35 | 38 | 6 | 3 | 52 | 44 |
| Octal | 360 | 161 | 152 | 0 | 65 | 70 | 6 | 3 | 122 | 104 |
| Binary | 11110000 | 1110001 | 1101010 | 0 | 110101 | 111000 | 110 | 11 | 1010010 | 1000100 |
Color Harmonies of #F0716A
Complementary color
Monochromatic Colors of #F0716A
Black with #F0716A
Text Example
Text Example
White with #F0716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0716A; }
p { color: rgb(240,113,106); }
H1.HeaderClassName
{
color: #F0716A;
}
.AnyTagClassName
{
color: #F0716A;
}
</style>
background-color css
<style>
a { background-color: #F0716A; }
a { background-color: rgb(240,113,106); }
div.DivClassName
{
background-color: #F0716A;
}
.BgClassName
{
background-color: #F0716A;
}
</style>
border-color css
<style>
span { border-color: #F0716A; }
span { border-color: rgb(240,113,106); }
td.TdClassName
{
border-color: #F0716A;
}
.TagClassName
{
border-color: #F0716A;
}
</style>