Shades of Froly #FA737B
Tints of Froly #FA737B
RGB
CMYK
RGB Variations
Color information
#FA737B (or 0xFA737B) is known color: Froly. HEX triplet: FA, 73 and 7B. RGB value is (250,115,123). Sum of RGB (Red+Green+Blue) = 250+115+123=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA737B is #058C84. Grayscale: #9C9C9C. Windows color (decimal): -363653 or 8090618. OLE color: 8090618.
HSL color Cylindrical-coordinate representation of color #FA737B: hue angle of 356.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA737B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 123 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.02 |
| HSL | 356.44º | 0.93% | 0.72% | - |
| HSV(B) | 356.44º | 0.54% | 0.98% | - |
| XYZ | 49.13 | 34.02 | 22.72 | - |
| YUV | 156.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 123 | 0 | 0.54 | 0.51 | 0.02 | 356.44 | 0.93 | 0.72 |
| Hex | FA | 73 | 7B | 0 | 36 | 33 | 2 | 164 | 5D | 48 |
| Octal | 372 | 163 | 173 | 0 | 66 | 63 | 2 | 544 | 135 | 110 |
| Binary | 11111010 | 1110011 | 1111011 | 0 | 110110 | 110011 | 10 | 101100100 | 1011101 | 1001000 |
Color Harmonies of #FA737B
Complementary color
Monochromatic Colors of #FA737B
Black with #FA737B
Text Example
Text Example
White with #FA737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA737B; }
p { color: rgb(250,115,123); }
H1.HeaderClassName
{
color: #FA737B;
}
.AnyTagClassName
{
color: #FA737B;
}
</style>
background-color css
<style>
a { background-color: #FA737B; }
a { background-color: rgb(250,115,123); }
div.DivClassName
{
background-color: #FA737B;
}
.BgClassName
{
background-color: #FA737B;
}
</style>
border-color css
<style>
span { border-color: #FA737B; }
span { border-color: rgb(250,115,123); }
td.TdClassName
{
border-color: #FA737B;
}
.TagClassName
{
border-color: #FA737B;
}
</style>