Shades of Froly #FA6A6B
Tints of Froly #FA6A6B
RGB
CMYK
RGB Variations
Color information
#FA6A6B (or 0xFA6A6B) is known color: Froly. HEX triplet: FA, 6A and 6B. RGB value is (250,106,107). Sum of RGB (Red+Green+Blue) = 250+106+107=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A6B is #059594. Grayscale: #959595. Windows color (decimal): -365973 or 7039738. OLE color: 7039738.
HSL color Cylindrical-coordinate representation of color #FA6A6B: hue angle of 359.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6A6B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 107 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.02 |
| HSL | 359.58º | 0.94% | 0.7% | - |
| HSV(B) | 359.58º | 0.58% | 0.98% | - |
| XYZ | 47.23 | 31.69 | 17.54 | - |
| YUV | 149.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 107 | 0 | 0.58 | 0.57 | 0.02 | 359.58 | 0.94 | 0.7 |
| Hex | FA | 6A | 6B | 0 | 3A | 39 | 2 | 168 | 5E | 46 |
| Octal | 372 | 152 | 153 | 0 | 72 | 71 | 2 | 550 | 136 | 106 |
| Binary | 11111010 | 1101010 | 1101011 | 0 | 111010 | 111001 | 10 | 101101000 | 1011110 | 1000110 |
Color Harmonies of #FA6A6B
Complementary color
Monochromatic Colors of #FA6A6B
Black with #FA6A6B
Text Example
Text Example
White with #FA6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A6B; }
p { color: rgb(250,106,107); }
H1.HeaderClassName
{
color: #FA6A6B;
}
.AnyTagClassName
{
color: #FA6A6B;
}
</style>
background-color css
<style>
a { background-color: #FA6A6B; }
a { background-color: rgb(250,106,107); }
div.DivClassName
{
background-color: #FA6A6B;
}
.BgClassName
{
background-color: #FA6A6B;
}
</style>
border-color css
<style>
span { border-color: #FA6A6B; }
span { border-color: rgb(250,106,107); }
td.TdClassName
{
border-color: #FA6A6B;
}
.TagClassName
{
border-color: #FA6A6B;
}
</style>