Shades of Froly #F0686D
Tints of Froly #F0686D
RGB
CMYK
RGB Variations
Color information
#F0686D (or 0xF0686D) is known color: Froly. HEX triplet: F0, 68 and 6D. RGB value is (240,104,109). Sum of RGB (Red+Green+Blue) = 240+104+109=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0686D is #0F9792. Grayscale: #919191. Windows color (decimal): -1021843 or 7170288. OLE color: 7170288.
HSL color Cylindrical-coordinate representation of color #F0686D: hue angle of 357.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0686D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 109 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.06 |
| HSL | 357.79º | 0.82% | 0.67% | - |
| HSV(B) | 357.79º | 0.57% | 0.94% | - |
| XYZ | 43.65 | 29.53 | 17.87 | - |
| YUV | 145.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 109 | 0 | 0.57 | 0.55 | 0.06 | 357.79 | 0.82 | 0.67 |
| Hex | F0 | 68 | 6D | 0 | 39 | 37 | 6 | 166 | 52 | 43 |
| Octal | 360 | 150 | 155 | 0 | 71 | 67 | 6 | 546 | 122 | 103 |
| Binary | 11110000 | 1101000 | 1101101 | 0 | 111001 | 110111 | 110 | 101100110 | 1010010 | 1000011 |
Color Harmonies of #F0686D
Complementary color
Monochromatic Colors of #F0686D
Black with #F0686D
Text Example
Text Example
White with #F0686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0686D; }
p { color: rgb(240,104,109); }
H1.HeaderClassName
{
color: #F0686D;
}
.AnyTagClassName
{
color: #F0686D;
}
</style>
background-color css
<style>
a { background-color: #F0686D; }
a { background-color: rgb(240,104,109); }
div.DivClassName
{
background-color: #F0686D;
}
.BgClassName
{
background-color: #F0686D;
}
</style>
border-color css
<style>
span { border-color: #F0686D; }
span { border-color: rgb(240,104,109); }
td.TdClassName
{
border-color: #F0686D;
}
.TagClassName
{
border-color: #F0686D;
}
</style>