Shades of Froly #F4777C
Tints of Froly #F4777C
RGB
CMYK
RGB Variations
Color information
#F4777C (or 0xF4777C) is known color: Froly. HEX triplet: F4, 77 and 7C. RGB value is (244,119,124). Sum of RGB (Red+Green+Blue) = 244+119+124=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4777C is #0B8883. Grayscale: #9D9D9D. Windows color (decimal): -755844 or 8157172. OLE color: 8157172.
HSL color Cylindrical-coordinate representation of color #F4777C: hue angle of 357.6º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F4777C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 124 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.04 |
| HSL | 357.6º | 0.85% | 0.71% | - |
| HSV(B) | 357.6º | 0.51% | 0.96% | - |
| XYZ | 47.54 | 33.88 | 23.1 | - |
| YUV | 156.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 124 | 0 | 0.51 | 0.49 | 0.04 | 357.6 | 0.85 | 0.71 |
| Hex | F4 | 77 | 7C | 0 | 33 | 31 | 4 | 166 | 55 | 47 |
| Octal | 364 | 167 | 174 | 0 | 63 | 61 | 4 | 546 | 125 | 107 |
| Binary | 11110100 | 1110111 | 1111100 | 0 | 110011 | 110001 | 100 | 101100110 | 1010101 | 1000111 |
Color Harmonies of #F4777C
Complementary color
Monochromatic Colors of #F4777C
Black with #F4777C
Text Example
Text Example
White with #F4777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4777C; }
p { color: rgb(244,119,124); }
H1.HeaderClassName
{
color: #F4777C;
}
.AnyTagClassName
{
color: #F4777C;
}
</style>
background-color css
<style>
a { background-color: #F4777C; }
a { background-color: rgb(244,119,124); }
div.DivClassName
{
background-color: #F4777C;
}
.BgClassName
{
background-color: #F4777C;
}
</style>
border-color css
<style>
span { border-color: #F4777C; }
span { border-color: rgb(244,119,124); }
td.TdClassName
{
border-color: #F4777C;
}
.TagClassName
{
border-color: #F4777C;
}
</style>