Shades of Froly #F07176
Tints of Froly #F07176
RGB
CMYK
RGB Variations
Color information
#F07176 (or 0xF07176) is known color: Froly. HEX triplet: F0, 71 and 76. RGB value is (240,113,118). Sum of RGB (Red+Green+Blue) = 240+113+118=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07176 is #0F8E89. Grayscale: #979797. Windows color (decimal): -1019530 or 7762416. OLE color: 7762416.
HSL color Cylindrical-coordinate representation of color #F07176: hue angle of 357.64º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07176 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 118 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.06 |
| HSL | 357.64º | 0.81% | 0.69% | - |
| HSV(B) | 357.64º | 0.53% | 0.94% | - |
| XYZ | 45.11 | 31.64 | 20.87 | - |
| YUV | 151.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 118 | 0 | 0.53 | 0.51 | 0.06 | 357.64 | 0.81 | 0.69 |
| Hex | F0 | 71 | 76 | 0 | 35 | 33 | 6 | 166 | 51 | 45 |
| Octal | 360 | 161 | 166 | 0 | 65 | 63 | 6 | 546 | 121 | 105 |
| Binary | 11110000 | 1110001 | 1110110 | 0 | 110101 | 110011 | 110 | 101100110 | 1010001 | 1000101 |
Color Harmonies of #F07176
Complementary color
Monochromatic Colors of #F07176
Black with #F07176
Text Example
Text Example
White with #F07176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07176; }
p { color: rgb(240,113,118); }
H1.HeaderClassName
{
color: #F07176;
}
.AnyTagClassName
{
color: #F07176;
}
</style>
background-color css
<style>
a { background-color: #F07176; }
a { background-color: rgb(240,113,118); }
div.DivClassName
{
background-color: #F07176;
}
.BgClassName
{
background-color: #F07176;
}
</style>
border-color css
<style>
span { border-color: #F07176; }
span { border-color: rgb(240,113,118); }
td.TdClassName
{
border-color: #F07176;
}
.TagClassName
{
border-color: #F07176;
}
</style>