Shades of Froly #FA7C80
Tints of Froly #FA7C80
RGB
CMYK
RGB Variations
Color information
#FA7C80 (or 0xFA7C80) is known color: Froly. HEX triplet: FA, 7C and 80. RGB value is (250,124,128). Sum of RGB (Red+Green+Blue) = 250+124+128=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7C80 is #05837F. Grayscale: #A2A2A2. Windows color (decimal): -361344 or 8420602. OLE color: 8420602.
HSL color Cylindrical-coordinate representation of color #FA7C80: hue angle of 358.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7C80 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 128 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.02 |
| HSL | 358.1º | 0.93% | 0.73% | - |
| HSV(B) | 358.1º | 0.5% | 0.98% | - |
| XYZ | 50.53 | 36.3 | 24.77 | - |
| YUV | 162.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 128 | 0 | 0.50 | 0.49 | 0.02 | 358.1 | 0.93 | 0.73 |
| Hex | FA | 7C | 80 | 0 | 32 | 31 | 2 | 166 | 5D | 49 |
| Octal | 372 | 174 | 200 | 0 | 62 | 61 | 2 | 546 | 135 | 111 |
| Binary | 11111010 | 1111100 | 10000000 | 0 | 110010 | 110001 | 10 | 101100110 | 1011101 | 1001001 |
Color Harmonies of #FA7C80
Complementary color
Monochromatic Colors of #FA7C80
Black with #FA7C80
Text Example
Text Example
White with #FA7C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C80; }
p { color: rgb(250,124,128); }
H1.HeaderClassName
{
color: #FA7C80;
}
.AnyTagClassName
{
color: #FA7C80;
}
</style>
background-color css
<style>
a { background-color: #FA7C80; }
a { background-color: rgb(250,124,128); }
div.DivClassName
{
background-color: #FA7C80;
}
.BgClassName
{
background-color: #FA7C80;
}
</style>
border-color css
<style>
span { border-color: #FA7C80; }
span { border-color: rgb(250,124,128); }
td.TdClassName
{
border-color: #FA7C80;
}
.TagClassName
{
border-color: #FA7C80;
}
</style>