Shades of Froly #F36265
Tints of Froly #F36265
RGB
CMYK
RGB Variations
Color information
#F36265 (or 0xF36265) is known color: Froly. HEX triplet: F3, 62 and 65. RGB value is (243,98,101). Sum of RGB (Red+Green+Blue) = 243+98+101=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F36265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36265 is #0C9D9A. Grayscale: #8D8D8D. Windows color (decimal): -826779 or 6644467. OLE color: 6644467.
HSL color Cylindrical-coordinate representation of color #F36265: hue angle of 358.76º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36265 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 101 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.05 |
| HSL | 358.76º | 0.86% | 0.67% | - |
| HSV(B) | 358.76º | 0.6% | 0.95% | - |
| XYZ | 43.68 | 28.73 | 15.56 | - |
| YUV | 141.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 101 | 0 | 0.60 | 0.58 | 0.05 | 358.76 | 0.86 | 0.67 |
| Hex | F3 | 62 | 65 | 0 | 3C | 3A | 5 | 167 | 56 | 43 |
| Octal | 363 | 142 | 145 | 0 | 74 | 72 | 5 | 547 | 126 | 103 |
| Binary | 11110011 | 1100010 | 1100101 | 0 | 111100 | 111010 | 101 | 101100111 | 1010110 | 1000011 |
Color Harmonies of #F36265
Complementary color
Monochromatic Colors of #F36265
Black with #F36265
Text Example
Text Example
White with #F36265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36265; }
p { color: rgb(243,98,101); }
H1.HeaderClassName
{
color: #F36265;
}
.AnyTagClassName
{
color: #F36265;
}
</style>
background-color css
<style>
a { background-color: #F36265; }
a { background-color: rgb(243,98,101); }
div.DivClassName
{
background-color: #F36265;
}
.BgClassName
{
background-color: #F36265;
}
</style>
border-color css
<style>
span { border-color: #F36265; }
span { border-color: rgb(243,98,101); }
td.TdClassName
{
border-color: #F36265;
}
.TagClassName
{
border-color: #F36265;
}
</style>