Shades of Froly #F3686A
Tints of Froly #F3686A
RGB
CMYK
RGB Variations
Color information
#F3686A (or 0xF3686A) is known color: Froly. HEX triplet: F3, 68 and 6A. RGB value is (243,104,106). Sum of RGB (Red+Green+Blue) = 243+104+106=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3686A is #0C9795. Grayscale: #919191. Windows color (decimal): -825238 or 6973683. OLE color: 6973683.
HSL color Cylindrical-coordinate representation of color #F3686A: hue angle of 359.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3686A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 106 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.05 |
| HSL | 359.14º | 0.85% | 0.68% | - |
| HSV(B) | 359.14º | 0.57% | 0.95% | - |
| XYZ | 44.51 | 30 | 17.08 | - |
| YUV | 145.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 106 | 0 | 0.57 | 0.56 | 0.05 | 359.14 | 0.85 | 0.68 |
| Hex | F3 | 68 | 6A | 0 | 39 | 38 | 5 | 167 | 55 | 44 |
| Octal | 363 | 150 | 152 | 0 | 71 | 70 | 5 | 547 | 125 | 104 |
| Binary | 11110011 | 1101000 | 1101010 | 0 | 111001 | 111000 | 101 | 101100111 | 1010101 | 1000100 |
Color Harmonies of #F3686A
Complementary color
Monochromatic Colors of #F3686A
Black with #F3686A
Text Example
Text Example
White with #F3686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3686A; }
p { color: rgb(243,104,106); }
H1.HeaderClassName
{
color: #F3686A;
}
.AnyTagClassName
{
color: #F3686A;
}
</style>
background-color css
<style>
a { background-color: #F3686A; }
a { background-color: rgb(243,104,106); }
div.DivClassName
{
background-color: #F3686A;
}
.BgClassName
{
background-color: #F3686A;
}
</style>
border-color css
<style>
span { border-color: #F3686A; }
span { border-color: rgb(243,104,106); }
td.TdClassName
{
border-color: #F3686A;
}
.TagClassName
{
border-color: #F3686A;
}
</style>