Shades of Froly #F0757C
Tints of Froly #F0757C
RGB
CMYK
RGB Variations
Color information
#F0757C (or 0xF0757C) is known color: Froly. HEX triplet: F0, 75 and 7C. RGB value is (240,117,124). Sum of RGB (Red+Green+Blue) = 240+117+124=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0757C is #0F8A83. Grayscale: #9A9A9A. Windows color (decimal): -1018500 or 8156656. OLE color: 8156656.
HSL color Cylindrical-coordinate representation of color #F0757C: hue angle of 356.59º 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 #F0757C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 124 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.06 |
| HSL | 356.59º | 0.8% | 0.7% | - |
| HSV(B) | 356.59º | 0.51% | 0.94% | - |
| XYZ | 45.93 | 32.7 | 22.96 | - |
| YUV | 154.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 124 | 0 | 0.51 | 0.48 | 0.06 | 356.59 | 0.8 | 0.7 |
| Hex | F0 | 75 | 7C | 0 | 33 | 30 | 6 | 165 | 50 | 46 |
| Octal | 360 | 165 | 174 | 0 | 63 | 60 | 6 | 545 | 120 | 106 |
| Binary | 11110000 | 1110101 | 1111100 | 0 | 110011 | 110000 | 110 | 101100101 | 1010000 | 1000110 |
Color Harmonies of #F0757C
Complementary color
Monochromatic Colors of #F0757C
Black with #F0757C
Text Example
Text Example
White with #F0757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0757C; }
p { color: rgb(240,117,124); }
H1.HeaderClassName
{
color: #F0757C;
}
.AnyTagClassName
{
color: #F0757C;
}
</style>
background-color css
<style>
a { background-color: #F0757C; }
a { background-color: rgb(240,117,124); }
div.DivClassName
{
background-color: #F0757C;
}
.BgClassName
{
background-color: #F0757C;
}
</style>
border-color css
<style>
span { border-color: #F0757C; }
span { border-color: rgb(240,117,124); }
td.TdClassName
{
border-color: #F0757C;
}
.TagClassName
{
border-color: #F0757C;
}
</style>