Shades of Froly #F07072
Tints of Froly #F07072
RGB
CMYK
RGB Variations
Color information
#F07072 (or 0xF07072) is known color: Froly. HEX triplet: F0, 70 and 72. RGB value is (240,112,114). Sum of RGB (Red+Green+Blue) = 240+112+114=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07072 is #0F8F8D. Grayscale: #969696. Windows color (decimal): -1019790 or 7500016. OLE color: 7500016.
HSL color Cylindrical-coordinate representation of color #F07072: hue angle of 359.06º 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 #F07072 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 114 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.06 |
| HSL | 359.06º | 0.81% | 0.69% | - |
| HSV(B) | 359.06º | 0.53% | 0.94% | - |
| XYZ | 44.77 | 31.33 | 19.61 | - |
| YUV | 150.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 114 | 0 | 0.53 | 0.52 | 0.06 | 359.06 | 0.81 | 0.69 |
| Hex | F0 | 70 | 72 | 0 | 35 | 34 | 6 | 167 | 51 | 45 |
| Octal | 360 | 160 | 162 | 0 | 65 | 64 | 6 | 547 | 121 | 105 |
| Binary | 11110000 | 1110000 | 1110010 | 0 | 110101 | 110100 | 110 | 101100111 | 1010001 | 1000101 |
Color Harmonies of #F07072
Complementary color
Monochromatic Colors of #F07072
Black with #F07072
Text Example
Text Example
White with #F07072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07072; }
p { color: rgb(240,112,114); }
H1.HeaderClassName
{
color: #F07072;
}
.AnyTagClassName
{
color: #F07072;
}
</style>
background-color css
<style>
a { background-color: #F07072; }
a { background-color: rgb(240,112,114); }
div.DivClassName
{
background-color: #F07072;
}
.BgClassName
{
background-color: #F07072;
}
</style>
border-color css
<style>
span { border-color: #F07072; }
span { border-color: rgb(240,112,114); }
td.TdClassName
{
border-color: #F07072;
}
.TagClassName
{
border-color: #F07072;
}
</style>