Shades of Froly #F0777A
Tints of Froly #F0777A
RGB
CMYK
RGB Variations
Color information
#F0777A (or 0xF0777A) is known color: Froly. HEX triplet: F0, 77 and 7A. RGB value is (240,119,122). Sum of RGB (Red+Green+Blue) = 240+119+122=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0777A is #0F8885. Grayscale: #9B9B9B. Windows color (decimal): -1017990 or 8026096. OLE color: 8026096.
HSL color Cylindrical-coordinate representation of color #F0777A: hue angle of 358.51º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0777A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 122 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.06 |
| HSL | 358.51º | 0.8% | 0.7% | - |
| HSV(B) | 358.51º | 0.5% | 0.94% | - |
| XYZ | 46.04 | 33.12 | 22.38 | - |
| YUV | 155.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 122 | 0 | 0.50 | 0.49 | 0.06 | 358.51 | 0.8 | 0.7 |
| Hex | F0 | 77 | 7A | 0 | 32 | 31 | 6 | 167 | 50 | 46 |
| Octal | 360 | 167 | 172 | 0 | 62 | 61 | 6 | 547 | 120 | 106 |
| Binary | 11110000 | 1110111 | 1111010 | 0 | 110010 | 110001 | 110 | 101100111 | 1010000 | 1000110 |
Color Harmonies of #F0777A
Complementary color
Monochromatic Colors of #F0777A
Black with #F0777A
Text Example
Text Example
White with #F0777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0777A; }
p { color: rgb(240,119,122); }
H1.HeaderClassName
{
color: #F0777A;
}
.AnyTagClassName
{
color: #F0777A;
}
</style>
background-color css
<style>
a { background-color: #F0777A; }
a { background-color: rgb(240,119,122); }
div.DivClassName
{
background-color: #F0777A;
}
.BgClassName
{
background-color: #F0777A;
}
</style>
border-color css
<style>
span { border-color: #F0777A; }
span { border-color: rgb(240,119,122); }
td.TdClassName
{
border-color: #F0777A;
}
.TagClassName
{
border-color: #F0777A;
}
</style>