Shades of Froly #F36F74
Tints of Froly #F36F74
RGB
CMYK
RGB Variations
Color information
#F36F74 (or 0xF36F74) is known color: Froly. HEX triplet: F3, 6F and 74. RGB value is (243,111,116). Sum of RGB (Red+Green+Blue) = 243+111+116=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F74 is #0C908B. Grayscale: #979797. Windows color (decimal): -823436 or 7630835. OLE color: 7630835.
HSL color Cylindrical-coordinate representation of color #F36F74: hue angle of 357.73º 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 #F36F74 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 116 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.05 |
| HSL | 357.73º | 0.85% | 0.69% | - |
| HSV(B) | 357.73º | 0.54% | 0.95% | - |
| XYZ | 45.8 | 31.68 | 20.22 | - |
| YUV | 151.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 116 | 0 | 0.54 | 0.52 | 0.05 | 357.73 | 0.85 | 0.69 |
| Hex | F3 | 6F | 74 | 0 | 36 | 34 | 5 | 166 | 55 | 45 |
| Octal | 363 | 157 | 164 | 0 | 66 | 64 | 5 | 546 | 125 | 105 |
| Binary | 11110011 | 1101111 | 1110100 | 0 | 110110 | 110100 | 101 | 101100110 | 1010101 | 1000101 |
Color Harmonies of #F36F74
Complementary color
Monochromatic Colors of #F36F74
Black with #F36F74
Text Example
Text Example
White with #F36F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F74; }
p { color: rgb(243,111,116); }
H1.HeaderClassName
{
color: #F36F74;
}
.AnyTagClassName
{
color: #F36F74;
}
</style>
background-color css
<style>
a { background-color: #F36F74; }
a { background-color: rgb(243,111,116); }
div.DivClassName
{
background-color: #F36F74;
}
.BgClassName
{
background-color: #F36F74;
}
</style>
border-color css
<style>
span { border-color: #F36F74; }
span { border-color: rgb(243,111,116); }
td.TdClassName
{
border-color: #F36F74;
}
.TagClassName
{
border-color: #F36F74;
}
</style>