Shades of Froly #F36A70
Tints of Froly #F36A70
RGB
CMYK
RGB Variations
Color information
#F36A70 (or 0xF36A70) is known color: Froly. HEX triplet: F3, 6A and 70. RGB value is (243,106,112). Sum of RGB (Red+Green+Blue) = 243+106+112=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36A70 is #0C958F. Grayscale: #939393. Windows color (decimal): -824720 or 7367411. OLE color: 7367411.
HSL color Cylindrical-coordinate representation of color #F36A70: hue angle of 357.37º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36A70 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 112 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.05 |
| HSL | 357.37º | 0.85% | 0.68% | - |
| HSV(B) | 357.37º | 0.56% | 0.95% | - |
| XYZ | 45.04 | 30.53 | 18.85 | - |
| YUV | 147.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 112 | 0 | 0.56 | 0.54 | 0.05 | 357.37 | 0.85 | 0.68 |
| Hex | F3 | 6A | 70 | 0 | 38 | 36 | 5 | 165 | 55 | 44 |
| Octal | 363 | 152 | 160 | 0 | 70 | 66 | 5 | 545 | 125 | 104 |
| Binary | 11110011 | 1101010 | 1110000 | 0 | 111000 | 110110 | 101 | 101100101 | 1010101 | 1000100 |
Color Harmonies of #F36A70
Complementary color
Monochromatic Colors of #F36A70
Black with #F36A70
Text Example
Text Example
White with #F36A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A70; }
p { color: rgb(243,106,112); }
H1.HeaderClassName
{
color: #F36A70;
}
.AnyTagClassName
{
color: #F36A70;
}
</style>
background-color css
<style>
a { background-color: #F36A70; }
a { background-color: rgb(243,106,112); }
div.DivClassName
{
background-color: #F36A70;
}
.BgClassName
{
background-color: #F36A70;
}
</style>
border-color css
<style>
span { border-color: #F36A70; }
span { border-color: rgb(243,106,112); }
td.TdClassName
{
border-color: #F36A70;
}
.TagClassName
{
border-color: #F36A70;
}
</style>