Shades of Froly #F5737F
Tints of Froly #F5737F
RGB
CMYK
RGB Variations
Color information
#F5737F (or 0xF5737F) is known color: Froly. HEX triplet: F5, 73 and 7F. RGB value is (245,115,127). Sum of RGB (Red+Green+Blue) = 245+115+127=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5737F is #0A8C80. Grayscale: #9B9B9B. Windows color (decimal): -691329 or 8352757. OLE color: 8352757.
HSL color Cylindrical-coordinate representation of color #F5737F: hue angle of 354.46º 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 #F5737F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 127 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.04 |
| HSL | 354.46º | 0.87% | 0.71% | - |
| HSV(B) | 354.46º | 0.53% | 0.96% | - |
| XYZ | 47.62 | 33.21 | 23.98 | - |
| YUV | 155.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 127 | 0 | 0.53 | 0.48 | 0.04 | 354.46 | 0.87 | 0.71 |
| Hex | F5 | 73 | 7F | 0 | 35 | 30 | 4 | 162 | 57 | 47 |
| Octal | 365 | 163 | 177 | 0 | 65 | 60 | 4 | 542 | 127 | 107 |
| Binary | 11110101 | 1110011 | 1111111 | 0 | 110101 | 110000 | 100 | 101100010 | 1010111 | 1000111 |
Color Harmonies of #F5737F
Complementary color
Monochromatic Colors of #F5737F
Black with #F5737F
Text Example
Text Example
White with #F5737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5737F; }
p { color: rgb(245,115,127); }
H1.HeaderClassName
{
color: #F5737F;
}
.AnyTagClassName
{
color: #F5737F;
}
</style>
background-color css
<style>
a { background-color: #F5737F; }
a { background-color: rgb(245,115,127); }
div.DivClassName
{
background-color: #F5737F;
}
.BgClassName
{
background-color: #F5737F;
}
</style>
border-color css
<style>
span { border-color: #F5737F; }
span { border-color: rgb(245,115,127); }
td.TdClassName
{
border-color: #F5737F;
}
.TagClassName
{
border-color: #F5737F;
}
</style>