Shades of Froly #F0737A
Tints of Froly #F0737A
RGB
CMYK
RGB Variations
Color information
#F0737A (or 0xF0737A) is known color: Froly. HEX triplet: F0, 73 and 7A. RGB value is (240,115,122). Sum of RGB (Red+Green+Blue) = 240+115+122=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0737A is #0F8C85. Grayscale: #999999. Windows color (decimal): -1019014 or 8025072. OLE color: 8025072.
HSL color Cylindrical-coordinate representation of color #F0737A: hue angle of 356.64º 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 #F0737A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 122 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.06 |
| HSL | 356.64º | 0.81% | 0.7% | - |
| HSV(B) | 356.64º | 0.52% | 0.94% | - |
| XYZ | 45.58 | 32.19 | 22.22 | - |
| YUV | 153.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 122 | 0 | 0.52 | 0.49 | 0.06 | 356.64 | 0.81 | 0.7 |
| Hex | F0 | 73 | 7A | 0 | 34 | 31 | 6 | 165 | 51 | 46 |
| Octal | 360 | 163 | 172 | 0 | 64 | 61 | 6 | 545 | 121 | 106 |
| Binary | 11110000 | 1110011 | 1111010 | 0 | 110100 | 110001 | 110 | 101100101 | 1010001 | 1000110 |
Color Harmonies of #F0737A
Complementary color
Monochromatic Colors of #F0737A
Black with #F0737A
Text Example
Text Example
White with #F0737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0737A; }
p { color: rgb(240,115,122); }
H1.HeaderClassName
{
color: #F0737A;
}
.AnyTagClassName
{
color: #F0737A;
}
</style>
background-color css
<style>
a { background-color: #F0737A; }
a { background-color: rgb(240,115,122); }
div.DivClassName
{
background-color: #F0737A;
}
.BgClassName
{
background-color: #F0737A;
}
</style>
border-color css
<style>
span { border-color: #F0737A; }
span { border-color: rgb(240,115,122); }
td.TdClassName
{
border-color: #F0737A;
}
.TagClassName
{
border-color: #F0737A;
}
</style>