Shades of Froly #FA797F
Tints of Froly #FA797F
RGB
CMYK
RGB Variations
Color information
#FA797F (or 0xFA797F) is known color: Froly. HEX triplet: FA, 79 and 7F. RGB value is (250,121,127). Sum of RGB (Red+Green+Blue) = 250+121+127=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA797F is #058680. Grayscale: #A0A0A0. Windows color (decimal): -362113 or 8354298. OLE color: 8354298.
HSL color Cylindrical-coordinate representation of color #FA797F: hue angle of 357.21º 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 #FA797F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 127 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.02 |
| HSL | 357.21º | 0.93% | 0.73% | - |
| HSV(B) | 357.21º | 0.52% | 0.98% | - |
| XYZ | 50.09 | 35.53 | 24.3 | - |
| YUV | 160.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 127 | 0 | 0.52 | 0.49 | 0.02 | 357.21 | 0.93 | 0.73 |
| Hex | FA | 79 | 7F | 0 | 34 | 31 | 2 | 165 | 5D | 49 |
| Octal | 372 | 171 | 177 | 0 | 64 | 61 | 2 | 545 | 135 | 111 |
| Binary | 11111010 | 1111001 | 1111111 | 0 | 110100 | 110001 | 10 | 101100101 | 1011101 | 1001001 |
Color Harmonies of #FA797F
Complementary color
Monochromatic Colors of #FA797F
Black with #FA797F
Text Example
Text Example
White with #FA797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA797F; }
p { color: rgb(250,121,127); }
H1.HeaderClassName
{
color: #FA797F;
}
.AnyTagClassName
{
color: #FA797F;
}
</style>
background-color css
<style>
a { background-color: #FA797F; }
a { background-color: rgb(250,121,127); }
div.DivClassName
{
background-color: #FA797F;
}
.BgClassName
{
background-color: #FA797F;
}
</style>
border-color css
<style>
span { border-color: #FA797F; }
span { border-color: rgb(250,121,127); }
td.TdClassName
{
border-color: #FA797F;
}
.TagClassName
{
border-color: #FA797F;
}
</style>