Shades of Froly #F6777C
Tints of Froly #F6777C
RGB
CMYK
RGB Variations
Color information
#F6777C (or 0xF6777C) is known color: Froly. HEX triplet: F6, 77 and 7C. RGB value is (246,119,124). Sum of RGB (Red+Green+Blue) = 246+119+124=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777C is #098883. Grayscale: #9D9D9D. Windows color (decimal): -624772 or 8157174. OLE color: 8157174.
HSL color Cylindrical-coordinate representation of color #F6777C: hue angle of 357.64º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6777C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 124 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.04 |
| HSL | 357.64º | 0.88% | 0.72% | - |
| HSV(B) | 357.64º | 0.52% | 0.96% | - |
| XYZ | 48.24 | 34.24 | 23.14 | - |
| YUV | 157.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 124 | 0 | 0.52 | 0.50 | 0.04 | 357.64 | 0.88 | 0.72 |
| Hex | F6 | 77 | 7C | 0 | 34 | 32 | 4 | 166 | 58 | 48 |
| Octal | 366 | 167 | 174 | 0 | 64 | 62 | 4 | 546 | 130 | 110 |
| Binary | 11110110 | 1110111 | 1111100 | 0 | 110100 | 110010 | 100 | 101100110 | 1011000 | 1001000 |
Color Harmonies of #F6777C
Complementary color
Monochromatic Colors of #F6777C
Black with #F6777C
Text Example
Text Example
White with #F6777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6777C; }
p { color: rgb(246,119,124); }
H1.HeaderClassName
{
color: #F6777C;
}
.AnyTagClassName
{
color: #F6777C;
}
</style>
background-color css
<style>
a { background-color: #F6777C; }
a { background-color: rgb(246,119,124); }
div.DivClassName
{
background-color: #F6777C;
}
.BgClassName
{
background-color: #F6777C;
}
</style>
border-color css
<style>
span { border-color: #F6777C; }
span { border-color: rgb(246,119,124); }
td.TdClassName
{
border-color: #F6777C;
}
.TagClassName
{
border-color: #F6777C;
}
</style>