Shades of Froly #FA7A80
Tints of Froly #FA7A80
RGB
CMYK
RGB Variations
Color information
#FA7A80 (or 0xFA7A80) is known color: Froly. HEX triplet: FA, 7A and 80. RGB value is (250,122,128). Sum of RGB (Red+Green+Blue) = 250+122+128=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A80 is #05857F. Grayscale: #A1A1A1. Windows color (decimal): -361856 or 8420090. OLE color: 8420090.
HSL color Cylindrical-coordinate representation of color #FA7A80: hue angle of 357.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7A80 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 128 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.02 |
| HSL | 357.19º | 0.93% | 0.73% | - |
| HSV(B) | 357.19º | 0.51% | 0.98% | - |
| XYZ | 50.28 | 35.8 | 24.68 | - |
| YUV | 160.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 128 | 0 | 0.51 | 0.49 | 0.02 | 357.19 | 0.93 | 0.73 |
| Hex | FA | 7A | 80 | 0 | 33 | 31 | 2 | 165 | 5D | 49 |
| Octal | 372 | 172 | 200 | 0 | 63 | 61 | 2 | 545 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10000000 | 0 | 110011 | 110001 | 10 | 101100101 | 1011101 | 1001001 |
Color Harmonies of #FA7A80
Complementary color
Monochromatic Colors of #FA7A80
Black with #FA7A80
Text Example
Text Example
White with #FA7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A80; }
p { color: rgb(250,122,128); }
H1.HeaderClassName
{
color: #FA7A80;
}
.AnyTagClassName
{
color: #FA7A80;
}
</style>
background-color css
<style>
a { background-color: #FA7A80; }
a { background-color: rgb(250,122,128); }
div.DivClassName
{
background-color: #FA7A80;
}
.BgClassName
{
background-color: #FA7A80;
}
</style>
border-color css
<style>
span { border-color: #FA7A80; }
span { border-color: rgb(250,122,128); }
td.TdClassName
{
border-color: #FA7A80;
}
.TagClassName
{
border-color: #FA7A80;
}
</style>