Shades of Froly #F6777D
Tints of Froly #F6777D
RGB
CMYK
RGB Variations
Color information
#F6777D (or 0xF6777D) is known color: Froly. HEX triplet: F6, 77 and 7D. RGB value is (246,119,125). Sum of RGB (Red+Green+Blue) = 246+119+125=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777D is #098882. Grayscale: #9D9D9D. Windows color (decimal): -624771 or 8222710. OLE color: 8222710.
HSL color Cylindrical-coordinate representation of color #F6777D: hue angle of 357.17º 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 #F6777D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 125 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.04 |
| HSL | 357.17º | 0.88% | 0.72% | - |
| HSV(B) | 357.17º | 0.52% | 0.96% | - |
| XYZ | 48.3 | 34.27 | 23.47 | - |
| YUV | 157.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 125 | 0 | 0.52 | 0.49 | 0.04 | 357.17 | 0.88 | 0.72 |
| Hex | F6 | 77 | 7D | 0 | 34 | 31 | 4 | 165 | 58 | 48 |
| Octal | 366 | 167 | 175 | 0 | 64 | 61 | 4 | 545 | 130 | 110 |
| Binary | 11110110 | 1110111 | 1111101 | 0 | 110100 | 110001 | 100 | 101100101 | 1011000 | 1001000 |
Color Harmonies of #F6777D
Complementary color
Monochromatic Colors of #F6777D
Black with #F6777D
Text Example
Text Example
White with #F6777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6777D; }
p { color: rgb(246,119,125); }
H1.HeaderClassName
{
color: #F6777D;
}
.AnyTagClassName
{
color: #F6777D;
}
</style>
background-color css
<style>
a { background-color: #F6777D; }
a { background-color: rgb(246,119,125); }
div.DivClassName
{
background-color: #F6777D;
}
.BgClassName
{
background-color: #F6777D;
}
</style>
border-color css
<style>
span { border-color: #F6777D; }
span { border-color: rgb(246,119,125); }
td.TdClassName
{
border-color: #F6777D;
}
.TagClassName
{
border-color: #F6777D;
}
</style>