Shades of Froly #F7777A
Tints of Froly #F7777A
RGB
CMYK
RGB Variations
Color information
#F7777A (or 0xF7777A) is known color: Froly. HEX triplet: F7, 77 and 7A. RGB value is (247,119,122). Sum of RGB (Red+Green+Blue) = 247+119+122=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777A is #088885. Grayscale: #9D9D9D. Windows color (decimal): -559238 or 8026103. OLE color: 8026103.
HSL color Cylindrical-coordinate representation of color #F7777A: hue angle of 358.59º 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 #F7777A is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 122 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.03 |
| HSL | 358.59º | 0.89% | 0.72% | - |
| HSV(B) | 358.59º | 0.52% | 0.97% | - |
| XYZ | 48.47 | 34.37 | 22.49 | - |
| YUV | 157.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 122 | 0 | 0.52 | 0.51 | 0.03 | 358.59 | 0.89 | 0.72 |
| Hex | F7 | 77 | 7A | 0 | 34 | 33 | 3 | 167 | 59 | 48 |
| Octal | 367 | 167 | 172 | 0 | 64 | 63 | 3 | 547 | 131 | 110 |
| Binary | 11110111 | 1110111 | 1111010 | 0 | 110100 | 110011 | 11 | 101100111 | 1011001 | 1001000 |
Color Harmonies of #F7777A
Complementary color
Monochromatic Colors of #F7777A
Black with #F7777A
Text Example
Text Example
White with #F7777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7777A; }
p { color: rgb(247,119,122); }
H1.HeaderClassName
{
color: #F7777A;
}
.AnyTagClassName
{
color: #F7777A;
}
</style>
background-color css
<style>
a { background-color: #F7777A; }
a { background-color: rgb(247,119,122); }
div.DivClassName
{
background-color: #F7777A;
}
.BgClassName
{
background-color: #F7777A;
}
</style>
border-color css
<style>
span { border-color: #F7777A; }
span { border-color: rgb(247,119,122); }
td.TdClassName
{
border-color: #F7777A;
}
.TagClassName
{
border-color: #F7777A;
}
</style>