Shades of Froly #F0747B
Tints of Froly #F0747B
RGB
CMYK
RGB Variations
Color information
#F0747B (or 0xF0747B) is known color: Froly. HEX triplet: F0, 74 and 7B. RGB value is (240,116,123). Sum of RGB (Red+Green+Blue) = 240+116+123=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747B is #0F8B84. Grayscale: #999999. Windows color (decimal): -1018757 or 8090864. OLE color: 8090864.
HSL color Cylindrical-coordinate representation of color #F0747B: hue angle of 356.61º 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 #F0747B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 123 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.06 |
| HSL | 356.61º | 0.81% | 0.7% | - |
| HSV(B) | 356.61º | 0.52% | 0.94% | - |
| XYZ | 45.76 | 32.45 | 22.59 | - |
| YUV | 153.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 123 | 0 | 0.52 | 0.49 | 0.06 | 356.61 | 0.81 | 0.7 |
| Hex | F0 | 74 | 7B | 0 | 34 | 31 | 6 | 165 | 51 | 46 |
| Octal | 360 | 164 | 173 | 0 | 64 | 61 | 6 | 545 | 121 | 106 |
| Binary | 11110000 | 1110100 | 1111011 | 0 | 110100 | 110001 | 110 | 101100101 | 1010001 | 1000110 |
Color Harmonies of #F0747B
Complementary color
Monochromatic Colors of #F0747B
Black with #F0747B
Text Example
Text Example
White with #F0747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0747B; }
p { color: rgb(240,116,123); }
H1.HeaderClassName
{
color: #F0747B;
}
.AnyTagClassName
{
color: #F0747B;
}
</style>
background-color css
<style>
a { background-color: #F0747B; }
a { background-color: rgb(240,116,123); }
div.DivClassName
{
background-color: #F0747B;
}
.BgClassName
{
background-color: #F0747B;
}
</style>
border-color css
<style>
span { border-color: #F0747B; }
span { border-color: rgb(240,116,123); }
td.TdClassName
{
border-color: #F0747B;
}
.TagClassName
{
border-color: #F0747B;
}
</style>