Shades of Froly #FB797D
Tints of Froly #FB797D
RGB
CMYK
RGB Variations
Color information
#FB797D (or 0xFB797D) is known color: Froly. HEX triplet: FB, 79 and 7D. RGB value is (251,121,125). Sum of RGB (Red+Green+Blue) = 251+121+125=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB797D is #048682. Grayscale: #A0A0A0. Windows color (decimal): -296579 or 8223227. OLE color: 8223227.
HSL color Cylindrical-coordinate representation of color #FB797D: hue angle of 358.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB797D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 125 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.02 |
| HSL | 358.15º | 0.94% | 0.73% | - |
| HSV(B) | 358.15º | 0.52% | 0.98% | - |
| XYZ | 50.32 | 35.66 | 23.63 | - |
| YUV | 160.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 125 | 0 | 0.52 | 0.50 | 0.02 | 358.15 | 0.94 | 0.73 |
| Hex | FB | 79 | 7D | 0 | 34 | 32 | 2 | 166 | 5E | 49 |
| Octal | 373 | 171 | 175 | 0 | 64 | 62 | 2 | 546 | 136 | 111 |
| Binary | 11111011 | 1111001 | 1111101 | 0 | 110100 | 110010 | 10 | 101100110 | 1011110 | 1001001 |
Color Harmonies of #FB797D
Complementary color
Monochromatic Colors of #FB797D
Black with #FB797D
Text Example
Text Example
White with #FB797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB797D; }
p { color: rgb(251,121,125); }
H1.HeaderClassName
{
color: #FB797D;
}
.AnyTagClassName
{
color: #FB797D;
}
</style>
background-color css
<style>
a { background-color: #FB797D; }
a { background-color: rgb(251,121,125); }
div.DivClassName
{
background-color: #FB797D;
}
.BgClassName
{
background-color: #FB797D;
}
</style>
border-color css
<style>
span { border-color: #FB797D; }
span { border-color: rgb(251,121,125); }
td.TdClassName
{
border-color: #FB797D;
}
.TagClassName
{
border-color: #FB797D;
}
</style>