Shades of Froly #F07479
Tints of Froly #F07479
RGB
CMYK
RGB Variations
Color information
#F07479 (or 0xF07479) is known color: Froly. HEX triplet: F0, 74 and 79. RGB value is (240,116,121). Sum of RGB (Red+Green+Blue) = 240+116+121=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F07479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07479 is #0F8B86. Grayscale: #999999. Windows color (decimal): -1018759 or 7959792. OLE color: 7959792.
HSL color Cylindrical-coordinate representation of color #F07479: hue angle of 357.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07479 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 121 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.06 |
| HSL | 357.58º | 0.81% | 0.7% | - |
| HSV(B) | 357.58º | 0.52% | 0.94% | - |
| XYZ | 45.63 | 32.4 | 21.94 | - |
| YUV | 153.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 121 | 0 | 0.52 | 0.50 | 0.06 | 357.58 | 0.81 | 0.7 |
| Hex | F0 | 74 | 79 | 0 | 34 | 32 | 6 | 166 | 51 | 46 |
| Octal | 360 | 164 | 171 | 0 | 64 | 62 | 6 | 546 | 121 | 106 |
| Binary | 11110000 | 1110100 | 1111001 | 0 | 110100 | 110010 | 110 | 101100110 | 1010001 | 1000110 |
Color Harmonies of #F07479
Complementary color
Monochromatic Colors of #F07479
Black with #F07479
Text Example
Text Example
White with #F07479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07479; }
p { color: rgb(240,116,121); }
H1.HeaderClassName
{
color: #F07479;
}
.AnyTagClassName
{
color: #F07479;
}
</style>
background-color css
<style>
a { background-color: #F07479; }
a { background-color: rgb(240,116,121); }
div.DivClassName
{
background-color: #F07479;
}
.BgClassName
{
background-color: #F07479;
}
</style>
border-color css
<style>
span { border-color: #F07479; }
span { border-color: rgb(240,116,121); }
td.TdClassName
{
border-color: #F07479;
}
.TagClassName
{
border-color: #F07479;
}
</style>