Shades of Froly #F57477
Tints of Froly #F57477
RGB
CMYK
RGB Variations
Color information
#F57477 (or 0xF57477) is known color: Froly. HEX triplet: F5, 74 and 77. RGB value is (245,116,119). Sum of RGB (Red+Green+Blue) = 245+116+119=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F57477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57477 is #0A8B88. Grayscale: #9B9B9B. Windows color (decimal): -691081 or 7828725. OLE color: 7828725.
HSL color Cylindrical-coordinate representation of color #F57477: hue angle of 358.6º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57477 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 119 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.04 |
| HSL | 358.6º | 0.87% | 0.71% | - |
| HSV(B) | 358.6º | 0.53% | 0.96% | - |
| XYZ | 47.23 | 33.24 | 21.38 | - |
| YUV | 154.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 119 | 0 | 0.53 | 0.51 | 0.04 | 358.6 | 0.87 | 0.71 |
| Hex | F5 | 74 | 77 | 0 | 35 | 33 | 4 | 167 | 57 | 47 |
| Octal | 365 | 164 | 167 | 0 | 65 | 63 | 4 | 547 | 127 | 107 |
| Binary | 11110101 | 1110100 | 1110111 | 0 | 110101 | 110011 | 100 | 101100111 | 1010111 | 1000111 |
Color Harmonies of #F57477
Complementary color
Monochromatic Colors of #F57477
Black with #F57477
Text Example
Text Example
White with #F57477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57477; }
p { color: rgb(245,116,119); }
H1.HeaderClassName
{
color: #F57477;
}
.AnyTagClassName
{
color: #F57477;
}
</style>
background-color css
<style>
a { background-color: #F57477; }
a { background-color: rgb(245,116,119); }
div.DivClassName
{
background-color: #F57477;
}
.BgClassName
{
background-color: #F57477;
}
</style>
border-color css
<style>
span { border-color: #F57477; }
span { border-color: rgb(245,116,119); }
td.TdClassName
{
border-color: #F57477;
}
.TagClassName
{
border-color: #F57477;
}
</style>