Shades of Froly #F07377
Tints of Froly #F07377
RGB
CMYK
RGB Variations
Color information
#F07377 (or 0xF07377) is known color: Froly. HEX triplet: F0, 73 and 77. RGB value is (240,115,119). Sum of RGB (Red+Green+Blue) = 240+115+119=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07377 is #0F8C88. Grayscale: #989898. Windows color (decimal): -1019017 or 7828464. OLE color: 7828464.
HSL color Cylindrical-coordinate representation of color #F07377: hue angle of 358.08º 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 #F07377 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 119 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.06 |
| HSL | 358.08º | 0.81% | 0.7% | - |
| HSV(B) | 358.08º | 0.52% | 0.94% | - |
| XYZ | 45.4 | 32.12 | 21.26 | - |
| YUV | 152.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 119 | 0 | 0.52 | 0.50 | 0.06 | 358.08 | 0.81 | 0.7 |
| Hex | F0 | 73 | 77 | 0 | 34 | 32 | 6 | 166 | 51 | 46 |
| Octal | 360 | 163 | 167 | 0 | 64 | 62 | 6 | 546 | 121 | 106 |
| Binary | 11110000 | 1110011 | 1110111 | 0 | 110100 | 110010 | 110 | 101100110 | 1010001 | 1000110 |
Color Harmonies of #F07377
Complementary color
Monochromatic Colors of #F07377
Black with #F07377
Text Example
Text Example
White with #F07377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07377; }
p { color: rgb(240,115,119); }
H1.HeaderClassName
{
color: #F07377;
}
.AnyTagClassName
{
color: #F07377;
}
</style>
background-color css
<style>
a { background-color: #F07377; }
a { background-color: rgb(240,115,119); }
div.DivClassName
{
background-color: #F07377;
}
.BgClassName
{
background-color: #F07377;
}
</style>
border-color css
<style>
span { border-color: #F07377; }
span { border-color: rgb(240,115,119); }
td.TdClassName
{
border-color: #F07377;
}
.TagClassName
{
border-color: #F07377;
}
</style>