Shades of Froly #F07078
Tints of Froly #F07078
RGB
CMYK
RGB Variations
Color information
#F07078 (or 0xF07078) is known color: Froly. HEX triplet: F0, 70 and 78. RGB value is (240,112,120). Sum of RGB (Red+Green+Blue) = 240+112+120=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07078 is #0F8F87. Grayscale: #979797. Windows color (decimal): -1019784 or 7893232. OLE color: 7893232.
HSL color Cylindrical-coordinate representation of color #F07078: hue angle of 356.25º 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 #F07078 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 120 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.06 |
| HSL | 356.25º | 0.81% | 0.69% | - |
| HSV(B) | 356.25º | 0.53% | 0.94% | - |
| XYZ | 45.12 | 31.47 | 21.47 | - |
| YUV | 151.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 120 | 0 | 0.53 | 0.5 | 0.06 | 356.25 | 0.81 | 0.69 |
| Hex | F0 | 70 | 78 | 0 | 35 | 32 | 6 | 164 | 51 | 45 |
| Octal | 360 | 160 | 170 | 0 | 65 | 62 | 6 | 544 | 121 | 105 |
| Binary | 11110000 | 1110000 | 1111000 | 0 | 110101 | 110010 | 110 | 101100100 | 1010001 | 1000101 |
Color Harmonies of #F07078
Complementary color
Monochromatic Colors of #F07078
Black with #F07078
Text Example
Text Example
White with #F07078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07078; }
p { color: rgb(240,112,120); }
H1.HeaderClassName
{
color: #F07078;
}
.AnyTagClassName
{
color: #F07078;
}
</style>
background-color css
<style>
a { background-color: #F07078; }
a { background-color: rgb(240,112,120); }
div.DivClassName
{
background-color: #F07078;
}
.BgClassName
{
background-color: #F07078;
}
</style>
border-color css
<style>
span { border-color: #F07078; }
span { border-color: rgb(240,112,120); }
td.TdClassName
{
border-color: #F07078;
}
.TagClassName
{
border-color: #F07078;
}
</style>