Shades of Froly #FA6A6D
Tints of Froly #FA6A6D
RGB
CMYK
RGB Variations
Color information
#FA6A6D (or 0xFA6A6D) is known color: Froly. HEX triplet: FA, 6A and 6D. RGB value is (250,106,109). Sum of RGB (Red+Green+Blue) = 250+106+109=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A6D is #059592. Grayscale: #959595. Windows color (decimal): -365971 or 7170810. OLE color: 7170810.
HSL color Cylindrical-coordinate representation of color #FA6A6D: hue angle of 358.75º 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 #FA6A6D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 109 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.02 |
| HSL | 358.75º | 0.94% | 0.7% | - |
| HSV(B) | 358.75º | 0.58% | 0.98% | - |
| XYZ | 47.34 | 31.74 | 18.1 | - |
| YUV | 149.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 109 | 0 | 0.58 | 0.56 | 0.02 | 358.75 | 0.94 | 0.7 |
| Hex | FA | 6A | 6D | 0 | 3A | 38 | 2 | 167 | 5E | 46 |
| Octal | 372 | 152 | 155 | 0 | 72 | 70 | 2 | 547 | 136 | 106 |
| Binary | 11111010 | 1101010 | 1101101 | 0 | 111010 | 111000 | 10 | 101100111 | 1011110 | 1000110 |
Color Harmonies of #FA6A6D
Complementary color
Monochromatic Colors of #FA6A6D
Black with #FA6A6D
Text Example
Text Example
White with #FA6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A6D; }
p { color: rgb(250,106,109); }
H1.HeaderClassName
{
color: #FA6A6D;
}
.AnyTagClassName
{
color: #FA6A6D;
}
</style>
background-color css
<style>
a { background-color: #FA6A6D; }
a { background-color: rgb(250,106,109); }
div.DivClassName
{
background-color: #FA6A6D;
}
.BgClassName
{
background-color: #FA6A6D;
}
</style>
border-color css
<style>
span { border-color: #FA6A6D; }
span { border-color: rgb(250,106,109); }
td.TdClassName
{
border-color: #FA6A6D;
}
.TagClassName
{
border-color: #FA6A6D;
}
</style>