Shades of Froly #F76F73
Tints of Froly #F76F73
RGB
CMYK
RGB Variations
Color information
#F76F73 (or 0xF76F73) is known color: Froly. HEX triplet: F7, 6F and 73. RGB value is (247,111,115). Sum of RGB (Red+Green+Blue) = 247+111+115=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76F73 is #08908C. Grayscale: #989898. Windows color (decimal): -561293 or 7565303. OLE color: 7565303.
HSL color Cylindrical-coordinate representation of color #F76F73: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76F73 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 115 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.03 |
| HSL | 358.24º | 0.89% | 0.7% | - |
| HSV(B) | 358.24º | 0.55% | 0.97% | - |
| XYZ | 47.14 | 32.38 | 19.99 | - |
| YUV | 152.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 115 | 0 | 0.55 | 0.53 | 0.03 | 358.24 | 0.89 | 0.7 |
| Hex | F7 | 6F | 73 | 0 | 37 | 35 | 3 | 166 | 59 | 46 |
| Octal | 367 | 157 | 163 | 0 | 67 | 65 | 3 | 546 | 131 | 106 |
| Binary | 11110111 | 1101111 | 1110011 | 0 | 110111 | 110101 | 11 | 101100110 | 1011001 | 1000110 |
Color Harmonies of #F76F73
Complementary color
Monochromatic Colors of #F76F73
Black with #F76F73
Text Example
Text Example
White with #F76F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F73; }
p { color: rgb(247,111,115); }
H1.HeaderClassName
{
color: #F76F73;
}
.AnyTagClassName
{
color: #F76F73;
}
</style>
background-color css
<style>
a { background-color: #F76F73; }
a { background-color: rgb(247,111,115); }
div.DivClassName
{
background-color: #F76F73;
}
.BgClassName
{
background-color: #F76F73;
}
</style>
border-color css
<style>
span { border-color: #F76F73; }
span { border-color: rgb(247,111,115); }
td.TdClassName
{
border-color: #F76F73;
}
.TagClassName
{
border-color: #F76F73;
}
</style>