Shades of Froly #F56367
Tints of Froly #F56367
RGB
CMYK
RGB Variations
Color information
#F56367 (or 0xF56367) is known color: Froly. HEX triplet: F5, 63 and 67. RGB value is (245,99,103). Sum of RGB (Red+Green+Blue) = 245+99+103=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F56367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56367 is #0A9C98. Grayscale: #8F8F8F. Windows color (decimal): -695449 or 6775797. OLE color: 6775797.
HSL color Cylindrical-coordinate representation of color #F56367: hue angle of 358.36º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56367 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 103 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.04 |
| HSL | 358.36º | 0.88% | 0.67% | - |
| HSV(B) | 358.36º | 0.6% | 0.96% | - |
| XYZ | 44.57 | 29.32 | 16.14 | - |
| YUV | 143.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 103 | 0 | 0.60 | 0.58 | 0.04 | 358.36 | 0.88 | 0.67 |
| Hex | F5 | 63 | 67 | 0 | 3C | 3A | 4 | 166 | 58 | 43 |
| Octal | 365 | 143 | 147 | 0 | 74 | 72 | 4 | 546 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1100111 | 0 | 111100 | 111010 | 100 | 101100110 | 1011000 | 1000011 |
Color Harmonies of #F56367
Complementary color
Monochromatic Colors of #F56367
Black with #F56367
Text Example
Text Example
White with #F56367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56367; }
p { color: rgb(245,99,103); }
H1.HeaderClassName
{
color: #F56367;
}
.AnyTagClassName
{
color: #F56367;
}
</style>
background-color css
<style>
a { background-color: #F56367; }
a { background-color: rgb(245,99,103); }
div.DivClassName
{
background-color: #F56367;
}
.BgClassName
{
background-color: #F56367;
}
</style>
border-color css
<style>
span { border-color: #F56367; }
span { border-color: rgb(245,99,103); }
td.TdClassName
{
border-color: #F56367;
}
.TagClassName
{
border-color: #F56367;
}
</style>