Shades of Froly #F36365
Tints of Froly #F36365
RGB
CMYK
RGB Variations
Color information
#F36365 (or 0xF36365) is known color: Froly. HEX triplet: F3, 63 and 65. RGB value is (243,99,101). Sum of RGB (Red+Green+Blue) = 243+99+101=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F36365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36365 is #0C9C9A. Grayscale: #8E8E8E. Windows color (decimal): -826523 or 6644723. OLE color: 6644723.
HSL color Cylindrical-coordinate representation of color #F36365: hue angle of 359.17º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36365 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 101 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.05 |
| HSL | 359.17º | 0.86% | 0.67% | - |
| HSV(B) | 359.17º | 0.59% | 0.95% | - |
| XYZ | 43.77 | 28.92 | 15.59 | - |
| YUV | 142.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 101 | 0 | 0.59 | 0.58 | 0.05 | 359.17 | 0.86 | 0.67 |
| Hex | F3 | 63 | 65 | 0 | 3B | 3A | 5 | 167 | 56 | 43 |
| Octal | 363 | 143 | 145 | 0 | 73 | 72 | 5 | 547 | 126 | 103 |
| Binary | 11110011 | 1100011 | 1100101 | 0 | 111011 | 111010 | 101 | 101100111 | 1010110 | 1000011 |
Color Harmonies of #F36365
Complementary color
Monochromatic Colors of #F36365
Black with #F36365
Text Example
Text Example
White with #F36365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36365; }
p { color: rgb(243,99,101); }
H1.HeaderClassName
{
color: #F36365;
}
.AnyTagClassName
{
color: #F36365;
}
</style>
background-color css
<style>
a { background-color: #F36365; }
a { background-color: rgb(243,99,101); }
div.DivClassName
{
background-color: #F36365;
}
.BgClassName
{
background-color: #F36365;
}
</style>
border-color css
<style>
span { border-color: #F36365; }
span { border-color: rgb(243,99,101); }
td.TdClassName
{
border-color: #F36365;
}
.TagClassName
{
border-color: #F36365;
}
</style>