Shades of Froly #FA767C
Tints of Froly #FA767C
RGB
CMYK
RGB Variations
Color information
#FA767C (or 0xFA767C) is known color: Froly. HEX triplet: FA, 76 and 7C. RGB value is (250,118,124). Sum of RGB (Red+Green+Blue) = 250+118+124=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA767C is #058983. Grayscale: #9E9E9E. Windows color (decimal): -362884 or 8156922. OLE color: 8156922.
HSL color Cylindrical-coordinate representation of color #FA767C: hue angle of 357.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA767C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 124 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.02 |
| HSL | 357.27º | 0.93% | 0.72% | - |
| HSV(B) | 357.27º | 0.53% | 0.98% | - |
| XYZ | 49.54 | 34.74 | 23.16 | - |
| YUV | 158.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 124 | 0 | 0.53 | 0.50 | 0.02 | 357.27 | 0.93 | 0.72 |
| Hex | FA | 76 | 7C | 0 | 35 | 32 | 2 | 165 | 5D | 48 |
| Octal | 372 | 166 | 174 | 0 | 65 | 62 | 2 | 545 | 135 | 110 |
| Binary | 11111010 | 1110110 | 1111100 | 0 | 110101 | 110010 | 10 | 101100101 | 1011101 | 1001000 |
Color Harmonies of #FA767C
Complementary color
Monochromatic Colors of #FA767C
Black with #FA767C
Text Example
Text Example
White with #FA767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA767C; }
p { color: rgb(250,118,124); }
H1.HeaderClassName
{
color: #FA767C;
}
.AnyTagClassName
{
color: #FA767C;
}
</style>
background-color css
<style>
a { background-color: #FA767C; }
a { background-color: rgb(250,118,124); }
div.DivClassName
{
background-color: #FA767C;
}
.BgClassName
{
background-color: #FA767C;
}
</style>
border-color css
<style>
span { border-color: #FA767C; }
span { border-color: rgb(250,118,124); }
td.TdClassName
{
border-color: #FA767C;
}
.TagClassName
{
border-color: #FA767C;
}
</style>