Shades of Froly #FA7B7D
Tints of Froly #FA7B7D
RGB
CMYK
RGB Variations
Color information
#FA7B7D (or 0xFA7B7D) is known color: Froly. HEX triplet: FA, 7B and 7D. RGB value is (250,123,125). Sum of RGB (Red+Green+Blue) = 250+123+125=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B7D is #058482. Grayscale: #A1A1A1. Windows color (decimal): -361603 or 8223738. OLE color: 8223738.
HSL color Cylindrical-coordinate representation of color #FA7B7D: 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 #FA7B7D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 125 | - |
| 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.21 | 35.97 | 23.7 | - |
| YUV | 161.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 125 | 0 | 0.51 | 0.50 | 0.02 | 359.06 | 0.93 | 0.73 |
| Hex | FA | 7B | 7D | 0 | 33 | 32 | 2 | 167 | 5D | 49 |
| Octal | 372 | 173 | 175 | 0 | 63 | 62 | 2 | 547 | 135 | 111 |
| Binary | 11111010 | 1111011 | 1111101 | 0 | 110011 | 110010 | 10 | 101100111 | 1011101 | 1001001 |
Color Harmonies of #FA7B7D
Complementary color
Monochromatic Colors of #FA7B7D
Black with #FA7B7D
Text Example
Text Example
White with #FA7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B7D; }
p { color: rgb(250,123,125); }
H1.HeaderClassName
{
color: #FA7B7D;
}
.AnyTagClassName
{
color: #FA7B7D;
}
</style>
background-color css
<style>
a { background-color: #FA7B7D; }
a { background-color: rgb(250,123,125); }
div.DivClassName
{
background-color: #FA7B7D;
}
.BgClassName
{
background-color: #FA7B7D;
}
</style>
border-color css
<style>
span { border-color: #FA7B7D; }
span { border-color: rgb(250,123,125); }
td.TdClassName
{
border-color: #FA7B7D;
}
.TagClassName
{
border-color: #FA7B7D;
}
</style>