Shades of Froly #F7777D
Tints of Froly #F7777D
RGB
CMYK
RGB Variations
Color information
#F7777D (or 0xF7777D) is known color: Froly. HEX triplet: F7, 77 and 7D. RGB value is (247,119,125). Sum of RGB (Red+Green+Blue) = 247+119+125=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777D is #088882. Grayscale: #9E9E9E. Windows color (decimal): -559235 or 8222711. OLE color: 8222711.
HSL color Cylindrical-coordinate representation of color #F7777D: hue angle of 357.19º 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 #F7777D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 125 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.03 |
| HSL | 357.19º | 0.89% | 0.72% | - |
| HSV(B) | 357.19º | 0.52% | 0.97% | - |
| XYZ | 48.66 | 34.45 | 23.49 | - |
| YUV | 157.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 125 | 0 | 0.52 | 0.49 | 0.03 | 357.19 | 0.89 | 0.72 |
| Hex | F7 | 77 | 7D | 0 | 34 | 31 | 3 | 165 | 59 | 48 |
| Octal | 367 | 167 | 175 | 0 | 64 | 61 | 3 | 545 | 131 | 110 |
| Binary | 11110111 | 1110111 | 1111101 | 0 | 110100 | 110001 | 11 | 101100101 | 1011001 | 1001000 |
Color Harmonies of #F7777D
Complementary color
Monochromatic Colors of #F7777D
Black with #F7777D
Text Example
Text Example
White with #F7777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7777D; }
p { color: rgb(247,119,125); }
H1.HeaderClassName
{
color: #F7777D;
}
.AnyTagClassName
{
color: #F7777D;
}
</style>
background-color css
<style>
a { background-color: #F7777D; }
a { background-color: rgb(247,119,125); }
div.DivClassName
{
background-color: #F7777D;
}
.BgClassName
{
background-color: #F7777D;
}
</style>
border-color css
<style>
span { border-color: #F7777D; }
span { border-color: rgb(247,119,125); }
td.TdClassName
{
border-color: #F7777D;
}
.TagClassName
{
border-color: #F7777D;
}
</style>