Shades of Froly #FB777D
Tints of Froly #FB777D
RGB
CMYK
RGB Variations
Color information
#FB777D (or 0xFB777D) is known color: Froly. HEX triplet: FB, 77 and 7D. RGB value is (251,119,125). Sum of RGB (Red+Green+Blue) = 251+119+125=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB777D is #048882. Grayscale: #9F9F9F. Windows color (decimal): -297091 or 8222715. OLE color: 8222715.
HSL color Cylindrical-coordinate representation of color #FB777D: hue angle of 357.27º 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 #FB777D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 125 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.02 |
| HSL | 357.27º | 0.94% | 0.73% | - |
| HSV(B) | 357.27º | 0.53% | 0.98% | - |
| XYZ | 50.08 | 35.18 | 23.55 | - |
| YUV | 159.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 125 | 0 | 0.53 | 0.50 | 0.02 | 357.27 | 0.94 | 0.73 |
| Hex | FB | 77 | 7D | 0 | 35 | 32 | 2 | 165 | 5E | 49 |
| Octal | 373 | 167 | 175 | 0 | 65 | 62 | 2 | 545 | 136 | 111 |
| Binary | 11111011 | 1110111 | 1111101 | 0 | 110101 | 110010 | 10 | 101100101 | 1011110 | 1001001 |
Color Harmonies of #FB777D
Complementary color
Monochromatic Colors of #FB777D
Black with #FB777D
Text Example
Text Example
White with #FB777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB777D; }
p { color: rgb(251,119,125); }
H1.HeaderClassName
{
color: #FB777D;
}
.AnyTagClassName
{
color: #FB777D;
}
</style>
background-color css
<style>
a { background-color: #FB777D; }
a { background-color: rgb(251,119,125); }
div.DivClassName
{
background-color: #FB777D;
}
.BgClassName
{
background-color: #FB777D;
}
</style>
border-color css
<style>
span { border-color: #FB777D; }
span { border-color: rgb(251,119,125); }
td.TdClassName
{
border-color: #FB777D;
}
.TagClassName
{
border-color: #FB777D;
}
</style>