Shades of Froly #FB777A
Tints of Froly #FB777A
RGB
CMYK
RGB Variations
Color information
#FB777A (or 0xFB777A) is known color: Froly. HEX triplet: FB, 77 and 7A. RGB value is (251,119,122). Sum of RGB (Red+Green+Blue) = 251+119+122=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB777A is #048885. Grayscale: #9E9E9E. Windows color (decimal): -297094 or 8026107. OLE color: 8026107.
HSL color Cylindrical-coordinate representation of color #FB777A: hue angle of 358.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB777A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 122 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.02 |
| HSL | 358.64º | 0.94% | 0.73% | - |
| HSV(B) | 358.64º | 0.53% | 0.98% | - |
| XYZ | 49.89 | 35.11 | 22.56 | - |
| YUV | 158.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 122 | 0 | 0.53 | 0.51 | 0.02 | 358.64 | 0.94 | 0.73 |
| Hex | FB | 77 | 7A | 0 | 35 | 33 | 2 | 167 | 5E | 49 |
| Octal | 373 | 167 | 172 | 0 | 65 | 63 | 2 | 547 | 136 | 111 |
| Binary | 11111011 | 1110111 | 1111010 | 0 | 110101 | 110011 | 10 | 101100111 | 1011110 | 1001001 |
Color Harmonies of #FB777A
Complementary color
Monochromatic Colors of #FB777A
Black with #FB777A
Text Example
Text Example
White with #FB777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB777A; }
p { color: rgb(251,119,122); }
H1.HeaderClassName
{
color: #FB777A;
}
.AnyTagClassName
{
color: #FB777A;
}
</style>
background-color css
<style>
a { background-color: #FB777A; }
a { background-color: rgb(251,119,122); }
div.DivClassName
{
background-color: #FB777A;
}
.BgClassName
{
background-color: #FB777A;
}
</style>
border-color css
<style>
span { border-color: #FB777A; }
span { border-color: rgb(251,119,122); }
td.TdClassName
{
border-color: #FB777A;
}
.TagClassName
{
border-color: #FB777A;
}
</style>