Shades of Froly #FB777B
Tints of Froly #FB777B
RGB
CMYK
RGB Variations
Color information
#FB777B (or 0xFB777B) is known color: Froly. HEX triplet: FB, 77 and 7B. RGB value is (251,119,123). Sum of RGB (Red+Green+Blue) = 251+119+123=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB777B is #048884. Grayscale: #9F9F9F. Windows color (decimal): -297093 or 8091643. OLE color: 8091643.
HSL color Cylindrical-coordinate representation of color #FB777B: hue angle of 358.18º 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 #FB777B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 123 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.02 |
| HSL | 358.18º | 0.94% | 0.73% | - |
| HSV(B) | 358.18º | 0.53% | 0.98% | - |
| XYZ | 49.96 | 35.13 | 22.89 | - |
| YUV | 158.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 123 | 0 | 0.53 | 0.51 | 0.02 | 358.18 | 0.94 | 0.73 |
| Hex | FB | 77 | 7B | 0 | 35 | 33 | 2 | 166 | 5E | 49 |
| Octal | 373 | 167 | 173 | 0 | 65 | 63 | 2 | 546 | 136 | 111 |
| Binary | 11111011 | 1110111 | 1111011 | 0 | 110101 | 110011 | 10 | 101100110 | 1011110 | 1001001 |
Color Harmonies of #FB777B
Complementary color
Monochromatic Colors of #FB777B
Black with #FB777B
Text Example
Text Example
White with #FB777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB777B; }
p { color: rgb(251,119,123); }
H1.HeaderClassName
{
color: #FB777B;
}
.AnyTagClassName
{
color: #FB777B;
}
</style>
background-color css
<style>
a { background-color: #FB777B; }
a { background-color: rgb(251,119,123); }
div.DivClassName
{
background-color: #FB777B;
}
.BgClassName
{
background-color: #FB777B;
}
</style>
border-color css
<style>
span { border-color: #FB777B; }
span { border-color: rgb(251,119,123); }
td.TdClassName
{
border-color: #FB777B;
}
.TagClassName
{
border-color: #FB777B;
}
</style>