Shades of Froly #F7747F
Tints of Froly #F7747F
RGB
CMYK
RGB Variations
Color information
#F7747F (or 0xF7747F) is known color: Froly. HEX triplet: F7, 74 and 7F. RGB value is (247,116,127). Sum of RGB (Red+Green+Blue) = 247+116+127=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7747F is #088B80. Grayscale: #9C9C9C. Windows color (decimal): -560001 or 8353015. OLE color: 8353015.
HSL color Cylindrical-coordinate representation of color #F7747F: hue angle of 354.96º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7747F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 127 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.03 |
| HSL | 354.96º | 0.89% | 0.71% | - |
| HSV(B) | 354.96º | 0.53% | 0.97% | - |
| XYZ | 48.43 | 33.8 | 24.05 | - |
| YUV | 156.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 127 | 0 | 0.53 | 0.49 | 0.03 | 354.96 | 0.89 | 0.71 |
| Hex | F7 | 74 | 7F | 0 | 35 | 31 | 3 | 163 | 59 | 47 |
| Octal | 367 | 164 | 177 | 0 | 65 | 61 | 3 | 543 | 131 | 107 |
| Binary | 11110111 | 1110100 | 1111111 | 0 | 110101 | 110001 | 11 | 101100011 | 1011001 | 1000111 |
Color Harmonies of #F7747F
Complementary color
Monochromatic Colors of #F7747F
Black with #F7747F
Text Example
Text Example
White with #F7747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7747F; }
p { color: rgb(247,116,127); }
H1.HeaderClassName
{
color: #F7747F;
}
.AnyTagClassName
{
color: #F7747F;
}
</style>
background-color css
<style>
a { background-color: #F7747F; }
a { background-color: rgb(247,116,127); }
div.DivClassName
{
background-color: #F7747F;
}
.BgClassName
{
background-color: #F7747F;
}
</style>
border-color css
<style>
span { border-color: #F7747F; }
span { border-color: rgb(247,116,127); }
td.TdClassName
{
border-color: #F7747F;
}
.TagClassName
{
border-color: #F7747F;
}
</style>