Shades of Froly #F4777D
Tints of Froly #F4777D
RGB
CMYK
RGB Variations
Color information
#F4777D (or 0xF4777D) is known color: Froly. HEX triplet: F4, 77 and 7D. RGB value is (244,119,125). Sum of RGB (Red+Green+Blue) = 244+119+125=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4777D is #0B8882. Grayscale: #9D9D9D. Windows color (decimal): -755843 or 8222708. OLE color: 8222708.
HSL color Cylindrical-coordinate representation of color #F4777D: hue angle of 357.12º 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 #F4777D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 125 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.04 |
| HSL | 357.12º | 0.85% | 0.71% | - |
| HSV(B) | 357.12º | 0.51% | 0.96% | - |
| XYZ | 47.61 | 33.91 | 23.44 | - |
| YUV | 157.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 125 | 0 | 0.51 | 0.49 | 0.04 | 357.12 | 0.85 | 0.71 |
| Hex | F4 | 77 | 7D | 0 | 33 | 31 | 4 | 165 | 55 | 47 |
| Octal | 364 | 167 | 175 | 0 | 63 | 61 | 4 | 545 | 125 | 107 |
| Binary | 11110100 | 1110111 | 1111101 | 0 | 110011 | 110001 | 100 | 101100101 | 1010101 | 1000111 |
Color Harmonies of #F4777D
Complementary color
Monochromatic Colors of #F4777D
Black with #F4777D
Text Example
Text Example
White with #F4777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4777D; }
p { color: rgb(244,119,125); }
H1.HeaderClassName
{
color: #F4777D;
}
.AnyTagClassName
{
color: #F4777D;
}
</style>
background-color css
<style>
a { background-color: #F4777D; }
a { background-color: rgb(244,119,125); }
div.DivClassName
{
background-color: #F4777D;
}
.BgClassName
{
background-color: #F4777D;
}
</style>
border-color css
<style>
span { border-color: #F4777D; }
span { border-color: rgb(244,119,125); }
td.TdClassName
{
border-color: #F4777D;
}
.TagClassName
{
border-color: #F4777D;
}
</style>