Shades of Froly #F36C73
Tints of Froly #F36C73
RGB
CMYK
RGB Variations
Color information
#F36C73 (or 0xF36C73) is known color: Froly. HEX triplet: F3, 6C and 73. RGB value is (243,108,115). Sum of RGB (Red+Green+Blue) = 243+108+115=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C73 is #0C938C. Grayscale: #959595. Windows color (decimal): -824205 or 7564531. OLE color: 7564531.
HSL color Cylindrical-coordinate representation of color #F36C73: hue angle of 356.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36C73 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 115 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.05 |
| HSL | 356.89º | 0.85% | 0.69% | - |
| HSV(B) | 356.89º | 0.56% | 0.95% | - |
| XYZ | 45.42 | 31.02 | 19.81 | - |
| YUV | 149.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 115 | 0 | 0.56 | 0.53 | 0.05 | 356.89 | 0.85 | 0.69 |
| Hex | F3 | 6C | 73 | 0 | 38 | 35 | 5 | 165 | 55 | 45 |
| Octal | 363 | 154 | 163 | 0 | 70 | 65 | 5 | 545 | 125 | 105 |
| Binary | 11110011 | 1101100 | 1110011 | 0 | 111000 | 110101 | 101 | 101100101 | 1010101 | 1000101 |
Color Harmonies of #F36C73
Complementary color
Monochromatic Colors of #F36C73
Black with #F36C73
Text Example
Text Example
White with #F36C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C73; }
p { color: rgb(243,108,115); }
H1.HeaderClassName
{
color: #F36C73;
}
.AnyTagClassName
{
color: #F36C73;
}
</style>
background-color css
<style>
a { background-color: #F36C73; }
a { background-color: rgb(243,108,115); }
div.DivClassName
{
background-color: #F36C73;
}
.BgClassName
{
background-color: #F36C73;
}
</style>
border-color css
<style>
span { border-color: #F36C73; }
span { border-color: rgb(243,108,115); }
td.TdClassName
{
border-color: #F36C73;
}
.TagClassName
{
border-color: #F36C73;
}
</style>