Shades of Froly #FB7379
Tints of Froly #FB7379
RGB
CMYK
RGB Variations
Color information
#FB7379 (or 0xFB7379) is known color: Froly. HEX triplet: FB, 73 and 79. RGB value is (251,115,121). Sum of RGB (Red+Green+Blue) = 251+115+121=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7379 is #048C86. Grayscale: #9C9C9C. Windows color (decimal): -298119 or 7959547. OLE color: 7959547.
HSL color Cylindrical-coordinate representation of color #FB7379: hue angle of 357.35º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB7379 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 121 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.02 |
| HSL | 357.35º | 0.94% | 0.72% | - |
| HSV(B) | 357.35º | 0.54% | 0.98% | - |
| XYZ | 49.37 | 34.15 | 22.08 | - |
| YUV | 156.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 121 | 0 | 0.54 | 0.52 | 0.02 | 357.35 | 0.94 | 0.72 |
| Hex | FB | 73 | 79 | 0 | 36 | 34 | 2 | 165 | 5E | 48 |
| Octal | 373 | 163 | 171 | 0 | 66 | 64 | 2 | 545 | 136 | 110 |
| Binary | 11111011 | 1110011 | 1111001 | 0 | 110110 | 110100 | 10 | 101100101 | 1011110 | 1001000 |
Color Harmonies of #FB7379
Complementary color
Monochromatic Colors of #FB7379
Black with #FB7379
Text Example
Text Example
White with #FB7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7379; }
p { color: rgb(251,115,121); }
H1.HeaderClassName
{
color: #FB7379;
}
.AnyTagClassName
{
color: #FB7379;
}
</style>
background-color css
<style>
a { background-color: #FB7379; }
a { background-color: rgb(251,115,121); }
div.DivClassName
{
background-color: #FB7379;
}
.BgClassName
{
background-color: #FB7379;
}
</style>
border-color css
<style>
span { border-color: #FB7379; }
span { border-color: rgb(251,115,121); }
td.TdClassName
{
border-color: #FB7379;
}
.TagClassName
{
border-color: #FB7379;
}
</style>