Shades of Froly #FA797B
Tints of Froly #FA797B
RGB
CMYK
RGB Variations
Color information
#FA797B (or 0xFA797B) is known color: Froly. HEX triplet: FA, 79 and 7B. RGB value is (250,121,123). Sum of RGB (Red+Green+Blue) = 250+121+123=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA797B is #058684. Grayscale: #9F9F9F. Windows color (decimal): -362117 or 8092154. OLE color: 8092154.
HSL color Cylindrical-coordinate representation of color #FA797B: hue angle of 359.07º degrees, saturation: 0.93, 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 #FA797B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 123 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.02 |
| HSL | 359.07º | 0.93% | 0.73% | - |
| HSV(B) | 359.07º | 0.52% | 0.98% | - |
| XYZ | 49.84 | 35.43 | 22.95 | - |
| YUV | 159.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 123 | 0 | 0.52 | 0.51 | 0.02 | 359.07 | 0.93 | 0.73 |
| Hex | FA | 79 | 7B | 0 | 34 | 33 | 2 | 167 | 5D | 49 |
| Octal | 372 | 171 | 173 | 0 | 64 | 63 | 2 | 547 | 135 | 111 |
| Binary | 11111010 | 1111001 | 1111011 | 0 | 110100 | 110011 | 10 | 101100111 | 1011101 | 1001001 |
Color Harmonies of #FA797B
Complementary color
Monochromatic Colors of #FA797B
Black with #FA797B
Text Example
Text Example
White with #FA797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA797B; }
p { color: rgb(250,121,123); }
H1.HeaderClassName
{
color: #FA797B;
}
.AnyTagClassName
{
color: #FA797B;
}
</style>
background-color css
<style>
a { background-color: #FA797B; }
a { background-color: rgb(250,121,123); }
div.DivClassName
{
background-color: #FA797B;
}
.BgClassName
{
background-color: #FA797B;
}
</style>
border-color css
<style>
span { border-color: #FA797B; }
span { border-color: rgb(250,121,123); }
td.TdClassName
{
border-color: #FA797B;
}
.TagClassName
{
border-color: #FA797B;
}
</style>