Shades of Froly #F0777B
Tints of Froly #F0777B
RGB
CMYK
RGB Variations
Color information
#F0777B (or 0xF0777B) is known color: Froly. HEX triplet: F0, 77 and 7B. RGB value is (240,119,123). Sum of RGB (Red+Green+Blue) = 240+119+123=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0777B is #0F8884. Grayscale: #9B9B9B. Windows color (decimal): -1017989 or 8091632. OLE color: 8091632.
HSL color Cylindrical-coordinate representation of color #F0777B: hue angle of 358.02º 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 #F0777B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 123 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.06 |
| HSL | 358.02º | 0.8% | 0.7% | - |
| HSV(B) | 358.02º | 0.5% | 0.94% | - |
| XYZ | 46.11 | 33.15 | 22.71 | - |
| YUV | 155.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 123 | 0 | 0.50 | 0.49 | 0.06 | 358.02 | 0.8 | 0.7 |
| Hex | F0 | 77 | 7B | 0 | 32 | 31 | 6 | 166 | 50 | 46 |
| Octal | 360 | 167 | 173 | 0 | 62 | 61 | 6 | 546 | 120 | 106 |
| Binary | 11110000 | 1110111 | 1111011 | 0 | 110010 | 110001 | 110 | 101100110 | 1010000 | 1000110 |
Color Harmonies of #F0777B
Complementary color
Monochromatic Colors of #F0777B
Black with #F0777B
Text Example
Text Example
White with #F0777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0777B; }
p { color: rgb(240,119,123); }
H1.HeaderClassName
{
color: #F0777B;
}
.AnyTagClassName
{
color: #F0777B;
}
</style>
background-color css
<style>
a { background-color: #F0777B; }
a { background-color: rgb(240,119,123); }
div.DivClassName
{
background-color: #F0777B;
}
.BgClassName
{
background-color: #F0777B;
}
</style>
border-color css
<style>
span { border-color: #F0777B; }
span { border-color: rgb(240,119,123); }
td.TdClassName
{
border-color: #F0777B;
}
.TagClassName
{
border-color: #F0777B;
}
</style>