Shades of Froly #F07679
Tints of Froly #F07679
RGB
CMYK
RGB Variations
Color information
#F07679 (or 0xF07679) is known color: Froly. HEX triplet: F0, 76 and 79. RGB value is (240,118,121). Sum of RGB (Red+Green+Blue) = 240+118+121=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F07679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07679 is #0F8986. Grayscale: #9A9A9A. Windows color (decimal): -1018247 or 7960304. OLE color: 7960304.
HSL color Cylindrical-coordinate representation of color #F07679: hue angle of 358.52º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07679 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 121 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.06 |
| HSL | 358.52º | 0.8% | 0.7% | - |
| HSV(B) | 358.52º | 0.51% | 0.94% | - |
| XYZ | 45.86 | 32.86 | 22.01 | - |
| YUV | 154.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 121 | 0 | 0.51 | 0.50 | 0.06 | 358.52 | 0.8 | 0.7 |
| Hex | F0 | 76 | 79 | 0 | 33 | 32 | 6 | 167 | 50 | 46 |
| Octal | 360 | 166 | 171 | 0 | 63 | 62 | 6 | 547 | 120 | 106 |
| Binary | 11110000 | 1110110 | 1111001 | 0 | 110011 | 110010 | 110 | 101100111 | 1010000 | 1000110 |
Color Harmonies of #F07679
Complementary color
Monochromatic Colors of #F07679
Black with #F07679
Text Example
Text Example
White with #F07679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07679; }
p { color: rgb(240,118,121); }
H1.HeaderClassName
{
color: #F07679;
}
.AnyTagClassName
{
color: #F07679;
}
</style>
background-color css
<style>
a { background-color: #F07679; }
a { background-color: rgb(240,118,121); }
div.DivClassName
{
background-color: #F07679;
}
.BgClassName
{
background-color: #F07679;
}
</style>
border-color css
<style>
span { border-color: #F07679; }
span { border-color: rgb(240,118,121); }
td.TdClassName
{
border-color: #F07679;
}
.TagClassName
{
border-color: #F07679;
}
</style>