Shades of Froly #F8777C
Tints of Froly #F8777C
RGB
CMYK
RGB Variations
Color information
#F8777C (or 0xF8777C) is known color: Froly. HEX triplet: F8, 77 and 7C. RGB value is (248,119,124). Sum of RGB (Red+Green+Blue) = 248+119+124=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8777C is #078883. Grayscale: #9E9E9E. Windows color (decimal): -493700 or 8157176. OLE color: 8157176.
HSL color Cylindrical-coordinate representation of color #F8777C: hue angle of 357.67º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8777C is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 124 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.03 |
| HSL | 357.67º | 0.9% | 0.72% | - |
| HSV(B) | 357.67º | 0.52% | 0.97% | - |
| XYZ | 48.95 | 34.61 | 23.17 | - |
| YUV | 158.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 124 | 0 | 0.52 | 0.5 | 0.03 | 357.67 | 0.9 | 0.72 |
| Hex | F8 | 77 | 7C | 0 | 34 | 32 | 3 | 166 | 5A | 48 |
| Octal | 370 | 167 | 174 | 0 | 64 | 62 | 3 | 546 | 132 | 110 |
| Binary | 11111000 | 1110111 | 1111100 | 0 | 110100 | 110010 | 11 | 101100110 | 1011010 | 1001000 |
Color Harmonies of #F8777C
Complementary color
Monochromatic Colors of #F8777C
Black with #F8777C
Text Example
Text Example
White with #F8777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8777C; }
p { color: rgb(248,119,124); }
H1.HeaderClassName
{
color: #F8777C;
}
.AnyTagClassName
{
color: #F8777C;
}
</style>
background-color css
<style>
a { background-color: #F8777C; }
a { background-color: rgb(248,119,124); }
div.DivClassName
{
background-color: #F8777C;
}
.BgClassName
{
background-color: #F8777C;
}
</style>
border-color css
<style>
span { border-color: #F8777C; }
span { border-color: rgb(248,119,124); }
td.TdClassName
{
border-color: #F8777C;
}
.TagClassName
{
border-color: #F8777C;
}
</style>