Shades of Froly #FA7A7C
Tints of Froly #FA7A7C
RGB
CMYK
RGB Variations
Color information
#FA7A7C (or 0xFA7A7C) is known color: Froly. HEX triplet: FA, 7A and 7C. RGB value is (250,122,124). Sum of RGB (Red+Green+Blue) = 250+122+124=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A7C is #058583. Grayscale: #A0A0A0. Windows color (decimal): -361860 or 8157946. OLE color: 8157946.
HSL color Cylindrical-coordinate representation of color #FA7A7C: hue angle of 359.06º 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 #FA7A7C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 124 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.02 |
| HSL | 359.06º | 0.93% | 0.73% | - |
| HSV(B) | 359.06º | 0.51% | 0.98% | - |
| XYZ | 50.02 | 35.7 | 23.32 | - |
| YUV | 160.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 124 | 0 | 0.51 | 0.50 | 0.02 | 359.06 | 0.93 | 0.73 |
| Hex | FA | 7A | 7C | 0 | 33 | 32 | 2 | 167 | 5D | 49 |
| Octal | 372 | 172 | 174 | 0 | 63 | 62 | 2 | 547 | 135 | 111 |
| Binary | 11111010 | 1111010 | 1111100 | 0 | 110011 | 110010 | 10 | 101100111 | 1011101 | 1001001 |
Color Harmonies of #FA7A7C
Complementary color
Monochromatic Colors of #FA7A7C
Black with #FA7A7C
Text Example
Text Example
White with #FA7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A7C; }
p { color: rgb(250,122,124); }
H1.HeaderClassName
{
color: #FA7A7C;
}
.AnyTagClassName
{
color: #FA7A7C;
}
</style>
background-color css
<style>
a { background-color: #FA7A7C; }
a { background-color: rgb(250,122,124); }
div.DivClassName
{
background-color: #FA7A7C;
}
.BgClassName
{
background-color: #FA7A7C;
}
</style>
border-color css
<style>
span { border-color: #FA7A7C; }
span { border-color: rgb(250,122,124); }
td.TdClassName
{
border-color: #FA7A7C;
}
.TagClassName
{
border-color: #FA7A7C;
}
</style>