Shades of Froly #F56F7B
Tints of Froly #F56F7B
RGB
CMYK
RGB Variations
Color information
#F56F7B (or 0xF56F7B) is known color: Froly. HEX triplet: F5, 6F and 7B. RGB value is (245,111,123). Sum of RGB (Red+Green+Blue) = 245+111+123=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F7B is #0A9084. Grayscale: #989898. Windows color (decimal): -692357 or 8089589. OLE color: 8089589.
HSL color Cylindrical-coordinate representation of color #F56F7B: hue angle of 354.63º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56F7B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 123 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.04 |
| HSL | 354.63º | 0.87% | 0.7% | - |
| HSV(B) | 354.63º | 0.55% | 0.96% | - |
| XYZ | 46.92 | 32.21 | 22.48 | - |
| YUV | 152.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 123 | 0 | 0.55 | 0.50 | 0.04 | 354.63 | 0.87 | 0.7 |
| Hex | F5 | 6F | 7B | 0 | 37 | 32 | 4 | 163 | 57 | 46 |
| Octal | 365 | 157 | 173 | 0 | 67 | 62 | 4 | 543 | 127 | 106 |
| Binary | 11110101 | 1101111 | 1111011 | 0 | 110111 | 110010 | 100 | 101100011 | 1010111 | 1000110 |
Color Harmonies of #F56F7B
Complementary color
Monochromatic Colors of #F56F7B
Black with #F56F7B
Text Example
Text Example
White with #F56F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F7B; }
p { color: rgb(245,111,123); }
H1.HeaderClassName
{
color: #F56F7B;
}
.AnyTagClassName
{
color: #F56F7B;
}
</style>
background-color css
<style>
a { background-color: #F56F7B; }
a { background-color: rgb(245,111,123); }
div.DivClassName
{
background-color: #F56F7B;
}
.BgClassName
{
background-color: #F56F7B;
}
</style>
border-color css
<style>
span { border-color: #F56F7B; }
span { border-color: rgb(245,111,123); }
td.TdClassName
{
border-color: #F56F7B;
}
.TagClassName
{
border-color: #F56F7B;
}
</style>