Shades of Froly #F5737A
Tints of Froly #F5737A
RGB
CMYK
RGB Variations
Color information
#F5737A (or 0xF5737A) is known color: Froly. HEX triplet: F5, 73 and 7A. RGB value is (245,115,122). Sum of RGB (Red+Green+Blue) = 245+115+122=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5737A is #0A8C85. Grayscale: #9A9A9A. Windows color (decimal): -691334 or 8025077. OLE color: 8025077.
HSL color Cylindrical-coordinate representation of color #F5737A: hue angle of 356.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5737A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 122 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.04 |
| HSL | 356.77º | 0.87% | 0.71% | - |
| HSV(B) | 356.77º | 0.53% | 0.96% | - |
| XYZ | 47.3 | 33.08 | 22.3 | - |
| YUV | 154.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 122 | 0 | 0.53 | 0.50 | 0.04 | 356.77 | 0.87 | 0.71 |
| Hex | F5 | 73 | 7A | 0 | 35 | 32 | 4 | 165 | 57 | 47 |
| Octal | 365 | 163 | 172 | 0 | 65 | 62 | 4 | 545 | 127 | 107 |
| Binary | 11110101 | 1110011 | 1111010 | 0 | 110101 | 110010 | 100 | 101100101 | 1010111 | 1000111 |
Color Harmonies of #F5737A
Complementary color
Monochromatic Colors of #F5737A
Black with #F5737A
Text Example
Text Example
White with #F5737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5737A; }
p { color: rgb(245,115,122); }
H1.HeaderClassName
{
color: #F5737A;
}
.AnyTagClassName
{
color: #F5737A;
}
</style>
background-color css
<style>
a { background-color: #F5737A; }
a { background-color: rgb(245,115,122); }
div.DivClassName
{
background-color: #F5737A;
}
.BgClassName
{
background-color: #F5737A;
}
</style>
border-color css
<style>
span { border-color: #F5737A; }
span { border-color: rgb(245,115,122); }
td.TdClassName
{
border-color: #F5737A;
}
.TagClassName
{
border-color: #F5737A;
}
</style>