Shades of Froly #FA7A7B
Tints of Froly #FA7A7B
RGB
CMYK
RGB Variations
Color information
#FA7A7B (or 0xFA7A7B) is known color: Froly. HEX triplet: FA, 7A and 7B. RGB value is (250,122,123). Sum of RGB (Red+Green+Blue) = 250+122+123=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A7B is #058584. Grayscale: #A0A0A0. Windows color (decimal): -361861 or 8092410. OLE color: 8092410.
HSL color Cylindrical-coordinate representation of color #FA7A7B: hue angle of 359.53º 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 #FA7A7B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 123 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.02 |
| HSL | 359.53º | 0.93% | 0.73% | - |
| HSV(B) | 359.53º | 0.51% | 0.98% | - |
| XYZ | 49.96 | 35.67 | 22.99 | - |
| YUV | 160.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 123 | 0 | 0.51 | 0.51 | 0.02 | 359.53 | 0.93 | 0.73 |
| Hex | FA | 7A | 7B | 0 | 33 | 33 | 2 | 168 | 5D | 49 |
| Octal | 372 | 172 | 173 | 0 | 63 | 63 | 2 | 550 | 135 | 111 |
| Binary | 11111010 | 1111010 | 1111011 | 0 | 110011 | 110011 | 10 | 101101000 | 1011101 | 1001001 |
Color Harmonies of #FA7A7B
Complementary color
Monochromatic Colors of #FA7A7B
Black with #FA7A7B
Text Example
Text Example
White with #FA7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A7B; }
p { color: rgb(250,122,123); }
H1.HeaderClassName
{
color: #FA7A7B;
}
.AnyTagClassName
{
color: #FA7A7B;
}
</style>
background-color css
<style>
a { background-color: #FA7A7B; }
a { background-color: rgb(250,122,123); }
div.DivClassName
{
background-color: #FA7A7B;
}
.BgClassName
{
background-color: #FA7A7B;
}
</style>
border-color css
<style>
span { border-color: #FA7A7B; }
span { border-color: rgb(250,122,123); }
td.TdClassName
{
border-color: #FA7A7B;
}
.TagClassName
{
border-color: #FA7A7B;
}
</style>