Shades of Froly #F56973
Tints of Froly #F56973
RGB
CMYK
RGB Variations
Color information
#F56973 (or 0xF56973) is known color: Froly. HEX triplet: F5, 69 and 73. RGB value is (245,105,115). Sum of RGB (Red+Green+Blue) = 245+105+115=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F56973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56973 is #0A968C. Grayscale: #949494. Windows color (decimal): -693901 or 7563765. OLE color: 7563765.
HSL color Cylindrical-coordinate representation of color #F56973: hue angle of 355.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56973 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 115 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.04 |
| HSL | 355.71º | 0.88% | 0.69% | - |
| HSV(B) | 355.71º | 0.57% | 0.96% | - |
| XYZ | 45.8 | 30.75 | 19.74 | - |
| YUV | 148 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 115 | 0 | 0.57 | 0.53 | 0.04 | 355.71 | 0.88 | 0.69 |
| Hex | F5 | 69 | 73 | 0 | 39 | 35 | 4 | 164 | 58 | 45 |
| Octal | 365 | 151 | 163 | 0 | 71 | 65 | 4 | 544 | 130 | 105 |
| Binary | 11110101 | 1101001 | 1110011 | 0 | 111001 | 110101 | 100 | 101100100 | 1011000 | 1000101 |
Color Harmonies of #F56973
Complementary color
Monochromatic Colors of #F56973
Black with #F56973
Text Example
Text Example
White with #F56973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56973; }
p { color: rgb(245,105,115); }
H1.HeaderClassName
{
color: #F56973;
}
.AnyTagClassName
{
color: #F56973;
}
</style>
background-color css
<style>
a { background-color: #F56973; }
a { background-color: rgb(245,105,115); }
div.DivClassName
{
background-color: #F56973;
}
.BgClassName
{
background-color: #F56973;
}
</style>
border-color css
<style>
span { border-color: #F56973; }
span { border-color: rgb(245,105,115); }
td.TdClassName
{
border-color: #F56973;
}
.TagClassName
{
border-color: #F56973;
}
</style>