Shades of Froly #F7737A
Tints of Froly #F7737A
RGB
CMYK
RGB Variations
Color information
#F7737A (or 0xF7737A) is known color: Froly. HEX triplet: F7, 73 and 7A. RGB value is (247,115,122). Sum of RGB (Red+Green+Blue) = 247+115+122=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7737A is #088C85. Grayscale: #9B9B9B. Windows color (decimal): -560262 or 8025079. OLE color: 8025079.
HSL color Cylindrical-coordinate representation of color #F7737A: hue angle of 356.82º 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 #F7737A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 122 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.03 |
| HSL | 356.82º | 0.89% | 0.71% | - |
| HSV(B) | 356.82º | 0.53% | 0.97% | - |
| XYZ | 48 | 33.44 | 22.34 | - |
| YUV | 155.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 122 | 0 | 0.53 | 0.51 | 0.03 | 356.82 | 0.89 | 0.71 |
| Hex | F7 | 73 | 7A | 0 | 35 | 33 | 3 | 165 | 59 | 47 |
| Octal | 367 | 163 | 172 | 0 | 65 | 63 | 3 | 545 | 131 | 107 |
| Binary | 11110111 | 1110011 | 1111010 | 0 | 110101 | 110011 | 11 | 101100101 | 1011001 | 1000111 |
Color Harmonies of #F7737A
Complementary color
Monochromatic Colors of #F7737A
Black with #F7737A
Text Example
Text Example
White with #F7737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7737A; }
p { color: rgb(247,115,122); }
H1.HeaderClassName
{
color: #F7737A;
}
.AnyTagClassName
{
color: #F7737A;
}
</style>
background-color css
<style>
a { background-color: #F7737A; }
a { background-color: rgb(247,115,122); }
div.DivClassName
{
background-color: #F7737A;
}
.BgClassName
{
background-color: #F7737A;
}
</style>
border-color css
<style>
span { border-color: #F7737A; }
span { border-color: rgb(247,115,122); }
td.TdClassName
{
border-color: #F7737A;
}
.TagClassName
{
border-color: #F7737A;
}
</style>