Shades of Froly #FA7B7E
Tints of Froly #FA7B7E
RGB
CMYK
RGB Variations
Color information
#FA7B7E (or 0xFA7B7E) is known color: Froly. HEX triplet: FA, 7B and 7E. RGB value is (250,123,126). Sum of RGB (Red+Green+Blue) = 250+123+126=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B7E is #058481. Grayscale: #A1A1A1. Windows color (decimal): -361602 or 8289274. OLE color: 8289274.
HSL color Cylindrical-coordinate representation of color #FA7B7E: hue angle of 358.58º 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 #FA7B7E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 126 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.02 |
| HSL | 358.58º | 0.93% | 0.73% | - |
| HSV(B) | 358.58º | 0.51% | 0.98% | - |
| XYZ | 50.27 | 36 | 24.04 | - |
| YUV | 161.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 126 | 0 | 0.51 | 0.50 | 0.02 | 358.58 | 0.93 | 0.73 |
| Hex | FA | 7B | 7E | 0 | 33 | 32 | 2 | 167 | 5D | 49 |
| Octal | 372 | 173 | 176 | 0 | 63 | 62 | 2 | 547 | 135 | 111 |
| Binary | 11111010 | 1111011 | 1111110 | 0 | 110011 | 110010 | 10 | 101100111 | 1011101 | 1001001 |
Color Harmonies of #FA7B7E
Complementary color
Monochromatic Colors of #FA7B7E
Black with #FA7B7E
Text Example
Text Example
White with #FA7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B7E; }
p { color: rgb(250,123,126); }
H1.HeaderClassName
{
color: #FA7B7E;
}
.AnyTagClassName
{
color: #FA7B7E;
}
</style>
background-color css
<style>
a { background-color: #FA7B7E; }
a { background-color: rgb(250,123,126); }
div.DivClassName
{
background-color: #FA7B7E;
}
.BgClassName
{
background-color: #FA7B7E;
}
</style>
border-color css
<style>
span { border-color: #FA7B7E; }
span { border-color: rgb(250,123,126); }
td.TdClassName
{
border-color: #FA7B7E;
}
.TagClassName
{
border-color: #FA7B7E;
}
</style>