Shades of Froly #F36F70
Tints of Froly #F36F70
RGB
CMYK
RGB Variations
Color information
#F36F70 (or 0xF36F70) is known color: Froly. HEX triplet: F3, 6F and 70. RGB value is (243,111,112). Sum of RGB (Red+Green+Blue) = 243+111+112=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F70 is #0C908F. Grayscale: #969696. Windows color (decimal): -823440 or 7368691. OLE color: 7368691.
HSL color Cylindrical-coordinate representation of color #F36F70: hue angle of 359.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F70 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.05 |
| HSL | 359.55º | 0.85% | 0.69% | - |
| HSV(B) | 359.55º | 0.54% | 0.95% | - |
| XYZ | 45.57 | 31.59 | 19.03 | - |
| YUV | 150.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 112 | 0 | 0.54 | 0.54 | 0.05 | 359.55 | 0.85 | 0.69 |
| Hex | F3 | 6F | 70 | 0 | 36 | 36 | 5 | 168 | 55 | 45 |
| Octal | 363 | 157 | 160 | 0 | 66 | 66 | 5 | 550 | 125 | 105 |
| Binary | 11110011 | 1101111 | 1110000 | 0 | 110110 | 110110 | 101 | 101101000 | 1010101 | 1000101 |
Color Harmonies of #F36F70
Complementary color
Monochromatic Colors of #F36F70
Black with #F36F70
Text Example
Text Example
White with #F36F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F70; }
p { color: rgb(243,111,112); }
H1.HeaderClassName
{
color: #F36F70;
}
.AnyTagClassName
{
color: #F36F70;
}
</style>
background-color css
<style>
a { background-color: #F36F70; }
a { background-color: rgb(243,111,112); }
div.DivClassName
{
background-color: #F36F70;
}
.BgClassName
{
background-color: #F36F70;
}
</style>
border-color css
<style>
span { border-color: #F36F70; }
span { border-color: rgb(243,111,112); }
td.TdClassName
{
border-color: #F36F70;
}
.TagClassName
{
border-color: #F36F70;
}
</style>