Shades of Froly #FC777B
Tints of Froly #FC777B
RGB
CMYK
RGB Variations
Color information
#FC777B (or 0xFC777B) is known color: Froly. HEX triplet: FC, 77 and 7B. RGB value is (252,119,123). Sum of RGB (Red+Green+Blue) = 252+119+123=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC777B is #038884. Grayscale: #9F9F9F. Windows color (decimal): -231557 or 8091644. OLE color: 8091644.
HSL color Cylindrical-coordinate representation of color #FC777B: hue angle of 358.2º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC777B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 123 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.01 |
| HSL | 358.2º | 0.96% | 0.73% | - |
| HSV(B) | 358.2º | 0.53% | 0.99% | - |
| XYZ | 50.32 | 35.32 | 22.9 | - |
| YUV | 159.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 123 | 0 | 0.53 | 0.51 | 0.01 | 358.2 | 0.96 | 0.73 |
| Hex | FC | 77 | 7B | 0 | 35 | 33 | 1 | 166 | 60 | 49 |
| Octal | 374 | 167 | 173 | 0 | 65 | 63 | 1 | 546 | 140 | 111 |
| Binary | 11111100 | 1110111 | 1111011 | 0 | 110101 | 110011 | 1 | 101100110 | 1100000 | 1001001 |
Color Harmonies of #FC777B
Complementary color
Monochromatic Colors of #FC777B
Black with #FC777B
Text Example
Text Example
White with #FC777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC777B; }
p { color: rgb(252,119,123); }
H1.HeaderClassName
{
color: #FC777B;
}
.AnyTagClassName
{
color: #FC777B;
}
</style>
background-color css
<style>
a { background-color: #FC777B; }
a { background-color: rgb(252,119,123); }
div.DivClassName
{
background-color: #FC777B;
}
.BgClassName
{
background-color: #FC777B;
}
</style>
border-color css
<style>
span { border-color: #FC777B; }
span { border-color: rgb(252,119,123); }
td.TdClassName
{
border-color: #FC777B;
}
.TagClassName
{
border-color: #FC777B;
}
</style>