Shades of Froly #F5767A
Tints of Froly #F5767A
RGB
CMYK
RGB Variations
Color information
#F5767A (or 0xF5767A) is known color: Froly. HEX triplet: F5, 76 and 7A. RGB value is (245,118,122). Sum of RGB (Red+Green+Blue) = 245+118+122=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5767A is #0A8985. Grayscale: #9C9C9C. Windows color (decimal): -690566 or 8025845. OLE color: 8025845.
HSL color Cylindrical-coordinate representation of color #F5767A: hue angle of 358.11º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5767A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 122 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.04 |
| HSL | 358.11º | 0.86% | 0.71% | - |
| HSV(B) | 358.11º | 0.52% | 0.96% | - |
| XYZ | 47.65 | 33.77 | 22.42 | - |
| YUV | 156.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 122 | 0 | 0.52 | 0.50 | 0.04 | 358.11 | 0.86 | 0.71 |
| Hex | F5 | 76 | 7A | 0 | 34 | 32 | 4 | 166 | 56 | 47 |
| Octal | 365 | 166 | 172 | 0 | 64 | 62 | 4 | 546 | 126 | 107 |
| Binary | 11110101 | 1110110 | 1111010 | 0 | 110100 | 110010 | 100 | 101100110 | 1010110 | 1000111 |
Color Harmonies of #F5767A
Complementary color
Monochromatic Colors of #F5767A
Black with #F5767A
Text Example
Text Example
White with #F5767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5767A; }
p { color: rgb(245,118,122); }
H1.HeaderClassName
{
color: #F5767A;
}
.AnyTagClassName
{
color: #F5767A;
}
</style>
background-color css
<style>
a { background-color: #F5767A; }
a { background-color: rgb(245,118,122); }
div.DivClassName
{
background-color: #F5767A;
}
.BgClassName
{
background-color: #F5767A;
}
</style>
border-color css
<style>
span { border-color: #F5767A; }
span { border-color: rgb(245,118,122); }
td.TdClassName
{
border-color: #F5767A;
}
.TagClassName
{
border-color: #F5767A;
}
</style>