Shades of Froly #F2686D
Tints of Froly #F2686D
RGB
CMYK
RGB Variations
Color information
#F2686D (or 0xF2686D) is known color: Froly. HEX triplet: F2, 68 and 6D. RGB value is (242,104,109). Sum of RGB (Red+Green+Blue) = 242+104+109=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2686D is #0D9792. Grayscale: #919191. Windows color (decimal): -890771 or 7170290. OLE color: 7170290.
HSL color Cylindrical-coordinate representation of color #F2686D: hue angle of 357.83º degrees, saturation: 0.84, 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 #F2686D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 109 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.05 |
| HSL | 357.83º | 0.84% | 0.68% | - |
| HSV(B) | 357.83º | 0.57% | 0.95% | - |
| XYZ | 44.33 | 29.88 | 17.9 | - |
| YUV | 145.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 109 | 0 | 0.57 | 0.55 | 0.05 | 357.83 | 0.84 | 0.68 |
| Hex | F2 | 68 | 6D | 0 | 39 | 37 | 5 | 166 | 54 | 44 |
| Octal | 362 | 150 | 155 | 0 | 71 | 67 | 5 | 546 | 124 | 104 |
| Binary | 11110010 | 1101000 | 1101101 | 0 | 111001 | 110111 | 101 | 101100110 | 1010100 | 1000100 |
Color Harmonies of #F2686D
Complementary color
Monochromatic Colors of #F2686D
Black with #F2686D
Text Example
Text Example
White with #F2686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2686D; }
p { color: rgb(242,104,109); }
H1.HeaderClassName
{
color: #F2686D;
}
.AnyTagClassName
{
color: #F2686D;
}
</style>
background-color css
<style>
a { background-color: #F2686D; }
a { background-color: rgb(242,104,109); }
div.DivClassName
{
background-color: #F2686D;
}
.BgClassName
{
background-color: #F2686D;
}
</style>
border-color css
<style>
span { border-color: #F2686D; }
span { border-color: rgb(242,104,109); }
td.TdClassName
{
border-color: #F2686D;
}
.TagClassName
{
border-color: #F2686D;
}
</style>