Shades of Froly #F4777F
Tints of Froly #F4777F
RGB
CMYK
RGB Variations
Color information
#F4777F (or 0xF4777F) is known color: Froly. HEX triplet: F4, 77 and 7F. RGB value is (244,119,127). Sum of RGB (Red+Green+Blue) = 244+119+127=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4777F is #0B8880. Grayscale: #9D9D9D. Windows color (decimal): -755841 or 8353780. OLE color: 8353780.
HSL color Cylindrical-coordinate representation of color #F4777F: hue angle of 356.16º 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 #F4777F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 127 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.04 |
| HSL | 356.16º | 0.85% | 0.71% | - |
| HSV(B) | 356.16º | 0.51% | 0.96% | - |
| XYZ | 47.74 | 33.96 | 24.12 | - |
| YUV | 157.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 127 | 0 | 0.51 | 0.48 | 0.04 | 356.16 | 0.85 | 0.71 |
| Hex | F4 | 77 | 7F | 0 | 33 | 30 | 4 | 164 | 55 | 47 |
| Octal | 364 | 167 | 177 | 0 | 63 | 60 | 4 | 544 | 125 | 107 |
| Binary | 11110100 | 1110111 | 1111111 | 0 | 110011 | 110000 | 100 | 101100100 | 1010101 | 1000111 |
Color Harmonies of #F4777F
Complementary color
Monochromatic Colors of #F4777F
Black with #F4777F
Text Example
Text Example
White with #F4777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4777F; }
p { color: rgb(244,119,127); }
H1.HeaderClassName
{
color: #F4777F;
}
.AnyTagClassName
{
color: #F4777F;
}
</style>
background-color css
<style>
a { background-color: #F4777F; }
a { background-color: rgb(244,119,127); }
div.DivClassName
{
background-color: #F4777F;
}
.BgClassName
{
background-color: #F4777F;
}
</style>
border-color css
<style>
span { border-color: #F4777F; }
span { border-color: rgb(244,119,127); }
td.TdClassName
{
border-color: #F4777F;
}
.TagClassName
{
border-color: #F4777F;
}
</style>