Shades of Froly #F7777C
Tints of Froly #F7777C
RGB
CMYK
RGB Variations
Color information
#F7777C (or 0xF7777C) is known color: Froly. HEX triplet: F7, 77 and 7C. RGB value is (247,119,124). Sum of RGB (Red+Green+Blue) = 247+119+124=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777C is #088883. Grayscale: #9D9D9D. Windows color (decimal): -559236 or 8157175. OLE color: 8157175.
HSL color Cylindrical-coordinate representation of color #F7777C: hue angle of 357.66º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7777C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 124 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.03 |
| HSL | 357.66º | 0.89% | 0.72% | - |
| HSV(B) | 357.66º | 0.52% | 0.97% | - |
| XYZ | 48.59 | 34.42 | 23.15 | - |
| YUV | 157.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 124 | 0 | 0.52 | 0.50 | 0.03 | 357.66 | 0.89 | 0.72 |
| Hex | F7 | 77 | 7C | 0 | 34 | 32 | 3 | 166 | 59 | 48 |
| Octal | 367 | 167 | 174 | 0 | 64 | 62 | 3 | 546 | 131 | 110 |
| Binary | 11110111 | 1110111 | 1111100 | 0 | 110100 | 110010 | 11 | 101100110 | 1011001 | 1001000 |
Color Harmonies of #F7777C
Complementary color
Monochromatic Colors of #F7777C
Black with #F7777C
Text Example
Text Example
White with #F7777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7777C; }
p { color: rgb(247,119,124); }
H1.HeaderClassName
{
color: #F7777C;
}
.AnyTagClassName
{
color: #F7777C;
}
</style>
background-color css
<style>
a { background-color: #F7777C; }
a { background-color: rgb(247,119,124); }
div.DivClassName
{
background-color: #F7777C;
}
.BgClassName
{
background-color: #F7777C;
}
</style>
border-color css
<style>
span { border-color: #F7777C; }
span { border-color: rgb(247,119,124); }
td.TdClassName
{
border-color: #F7777C;
}
.TagClassName
{
border-color: #F7777C;
}
</style>