Shades of Froly #F6777A
Tints of Froly #F6777A
RGB
CMYK
RGB Variations
Color information
#F6777A (or 0xF6777A) is known color: Froly. HEX triplet: F6, 77 and 7A. RGB value is (246,119,122). Sum of RGB (Red+Green+Blue) = 246+119+122=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777A is #098885. Grayscale: #9D9D9D. Windows color (decimal): -624774 or 8026102. OLE color: 8026102.
HSL color Cylindrical-coordinate representation of color #F6777A: hue angle of 358.58º 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 #F6777A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 122 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.04 |
| HSL | 358.58º | 0.88% | 0.72% | - |
| HSV(B) | 358.58º | 0.52% | 0.96% | - |
| XYZ | 48.12 | 34.19 | 22.48 | - |
| YUV | 157.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 122 | 0 | 0.52 | 0.50 | 0.04 | 358.58 | 0.88 | 0.72 |
| Hex | F6 | 77 | 7A | 0 | 34 | 32 | 4 | 167 | 58 | 48 |
| Octal | 366 | 167 | 172 | 0 | 64 | 62 | 4 | 547 | 130 | 110 |
| Binary | 11110110 | 1110111 | 1111010 | 0 | 110100 | 110010 | 100 | 101100111 | 1011000 | 1001000 |
Color Harmonies of #F6777A
Complementary color
Monochromatic Colors of #F6777A
Black with #F6777A
Text Example
Text Example
White with #F6777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6777A; }
p { color: rgb(246,119,122); }
H1.HeaderClassName
{
color: #F6777A;
}
.AnyTagClassName
{
color: #F6777A;
}
</style>
background-color css
<style>
a { background-color: #F6777A; }
a { background-color: rgb(246,119,122); }
div.DivClassName
{
background-color: #F6777A;
}
.BgClassName
{
background-color: #F6777A;
}
</style>
border-color css
<style>
span { border-color: #F6777A; }
span { border-color: rgb(246,119,122); }
td.TdClassName
{
border-color: #F6777A;
}
.TagClassName
{
border-color: #F6777A;
}
</style>