Shades of Froly #F77A7B
Tints of Froly #F77A7B
RGB
CMYK
RGB Variations
Color information
#F77A7B (or 0xF77A7B) is known color: Froly. HEX triplet: F7, 7A and 7B. RGB value is (247,122,123). Sum of RGB (Red+Green+Blue) = 247+122+123=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A7B is #088584. Grayscale: #9F9F9F. Windows color (decimal): -558469 or 8092407. OLE color: 8092407.
HSL color Cylindrical-coordinate representation of color #F77A7B: hue angle of 359.52º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77A7B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 123 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.03 |
| HSL | 359.52º | 0.89% | 0.72% | - |
| HSV(B) | 359.52º | 0.51% | 0.97% | - |
| XYZ | 48.89 | 35.12 | 22.94 | - |
| YUV | 159.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 123 | 0 | 0.51 | 0.50 | 0.03 | 359.52 | 0.89 | 0.72 |
| Hex | F7 | 7A | 7B | 0 | 33 | 32 | 3 | 168 | 59 | 48 |
| Octal | 367 | 172 | 173 | 0 | 63 | 62 | 3 | 550 | 131 | 110 |
| Binary | 11110111 | 1111010 | 1111011 | 0 | 110011 | 110010 | 11 | 101101000 | 1011001 | 1001000 |
Color Harmonies of #F77A7B
Complementary color
Monochromatic Colors of #F77A7B
Black with #F77A7B
Text Example
Text Example
White with #F77A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A7B; }
p { color: rgb(247,122,123); }
H1.HeaderClassName
{
color: #F77A7B;
}
.AnyTagClassName
{
color: #F77A7B;
}
</style>
background-color css
<style>
a { background-color: #F77A7B; }
a { background-color: rgb(247,122,123); }
div.DivClassName
{
background-color: #F77A7B;
}
.BgClassName
{
background-color: #F77A7B;
}
</style>
border-color css
<style>
span { border-color: #F77A7B; }
span { border-color: rgb(247,122,123); }
td.TdClassName
{
border-color: #F77A7B;
}
.TagClassName
{
border-color: #F77A7B;
}
</style>