Shades of Froly #F2686E
Tints of Froly #F2686E
RGB
CMYK
RGB Variations
Color information
#F2686E (or 0xF2686E) is known color: Froly. HEX triplet: F2, 68 and 6E. RGB value is (242,104,110). Sum of RGB (Red+Green+Blue) = 242+104+110=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2686E is #0D9791. Grayscale: #929292. Windows color (decimal): -890770 or 7235826. OLE color: 7235826.
HSL color Cylindrical-coordinate representation of color #F2686E: hue angle of 357.39º 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 #F2686E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 110 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.05 |
| HSL | 357.39º | 0.84% | 0.68% | - |
| HSV(B) | 357.39º | 0.57% | 0.95% | - |
| XYZ | 44.38 | 29.9 | 18.18 | - |
| YUV | 145.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 110 | 0 | 0.57 | 0.55 | 0.05 | 357.39 | 0.84 | 0.68 |
| Hex | F2 | 68 | 6E | 0 | 39 | 37 | 5 | 165 | 54 | 44 |
| Octal | 362 | 150 | 156 | 0 | 71 | 67 | 5 | 545 | 124 | 104 |
| Binary | 11110010 | 1101000 | 1101110 | 0 | 111001 | 110111 | 101 | 101100101 | 1010100 | 1000100 |
Color Harmonies of #F2686E
Complementary color
Monochromatic Colors of #F2686E
Black with #F2686E
Text Example
Text Example
White with #F2686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2686E; }
p { color: rgb(242,104,110); }
H1.HeaderClassName
{
color: #F2686E;
}
.AnyTagClassName
{
color: #F2686E;
}
</style>
background-color css
<style>
a { background-color: #F2686E; }
a { background-color: rgb(242,104,110); }
div.DivClassName
{
background-color: #F2686E;
}
.BgClassName
{
background-color: #F2686E;
}
</style>
border-color css
<style>
span { border-color: #F2686E; }
span { border-color: rgb(242,104,110); }
td.TdClassName
{
border-color: #F2686E;
}
.TagClassName
{
border-color: #F2686E;
}
</style>