Shades of Froly #F0777C
Tints of Froly #F0777C
RGB
CMYK
RGB Variations
Color information
#F0777C (or 0xF0777C) is known color: Froly. HEX triplet: F0, 77 and 7C. RGB value is (240,119,124). Sum of RGB (Red+Green+Blue) = 240+119+124=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0777C is #0F8883. Grayscale: #9B9B9B. Windows color (decimal): -1017988 or 8157168. OLE color: 8157168.
HSL color Cylindrical-coordinate representation of color #F0777C: hue angle of 357.52º 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 #F0777C is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 124 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.06 |
| HSL | 357.52º | 0.8% | 0.7% | - |
| HSV(B) | 357.52º | 0.5% | 0.94% | - |
| XYZ | 46.17 | 33.17 | 23.04 | - |
| YUV | 155.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 124 | 0 | 0.50 | 0.48 | 0.06 | 357.52 | 0.8 | 0.7 |
| Hex | F0 | 77 | 7C | 0 | 32 | 30 | 6 | 166 | 50 | 46 |
| Octal | 360 | 167 | 174 | 0 | 62 | 60 | 6 | 546 | 120 | 106 |
| Binary | 11110000 | 1110111 | 1111100 | 0 | 110010 | 110000 | 110 | 101100110 | 1010000 | 1000110 |
Color Harmonies of #F0777C
Complementary color
Monochromatic Colors of #F0777C
Black with #F0777C
Text Example
Text Example
White with #F0777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0777C; }
p { color: rgb(240,119,124); }
H1.HeaderClassName
{
color: #F0777C;
}
.AnyTagClassName
{
color: #F0777C;
}
</style>
background-color css
<style>
a { background-color: #F0777C; }
a { background-color: rgb(240,119,124); }
div.DivClassName
{
background-color: #F0777C;
}
.BgClassName
{
background-color: #F0777C;
}
</style>
border-color css
<style>
span { border-color: #F0777C; }
span { border-color: rgb(240,119,124); }
td.TdClassName
{
border-color: #F0777C;
}
.TagClassName
{
border-color: #F0777C;
}
</style>