Shades of Froly #F2686B
Tints of Froly #F2686B
RGB
CMYK
RGB Variations
Color information
#F2686B (or 0xF2686B) is known color: Froly. HEX triplet: F2, 68 and 6B. RGB value is (242,104,107). Sum of RGB (Red+Green+Blue) = 242+104+107=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2686B is #0D9794. Grayscale: #919191. Windows color (decimal): -890773 or 7039218. OLE color: 7039218.
HSL color Cylindrical-coordinate representation of color #F2686B: hue angle of 358.7º 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 #F2686B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 107 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.05 |
| HSL | 358.7º | 0.84% | 0.68% | - |
| HSV(B) | 358.7º | 0.57% | 0.95% | - |
| XYZ | 44.22 | 29.84 | 17.34 | - |
| YUV | 145.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 107 | 0 | 0.57 | 0.56 | 0.05 | 358.7 | 0.84 | 0.68 |
| Hex | F2 | 68 | 6B | 0 | 39 | 38 | 5 | 167 | 54 | 44 |
| Octal | 362 | 150 | 153 | 0 | 71 | 70 | 5 | 547 | 124 | 104 |
| Binary | 11110010 | 1101000 | 1101011 | 0 | 111001 | 111000 | 101 | 101100111 | 1010100 | 1000100 |
Color Harmonies of #F2686B
Complementary color
Monochromatic Colors of #F2686B
Black with #F2686B
Text Example
Text Example
White with #F2686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2686B; }
p { color: rgb(242,104,107); }
H1.HeaderClassName
{
color: #F2686B;
}
.AnyTagClassName
{
color: #F2686B;
}
</style>
background-color css
<style>
a { background-color: #F2686B; }
a { background-color: rgb(242,104,107); }
div.DivClassName
{
background-color: #F2686B;
}
.BgClassName
{
background-color: #F2686B;
}
</style>
border-color css
<style>
span { border-color: #F2686B; }
span { border-color: rgb(242,104,107); }
td.TdClassName
{
border-color: #F2686B;
}
.TagClassName
{
border-color: #F2686B;
}
</style>