Shades of Froly #F0687A
Tints of Froly #F0687A
RGB
CMYK
RGB Variations
Color information
#F0687A (or 0xF0687A) is known color: Froly. HEX triplet: F0, 68 and 7A. RGB value is (240,104,122). Sum of RGB (Red+Green+Blue) = 240+104+122=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687A is #0F9785. Grayscale: #929292. Windows color (decimal): -1021830 or 8022256. OLE color: 8022256.
HSL color Cylindrical-coordinate representation of color #F0687A: hue angle of 352.06º 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 #F0687A is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 122 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.06 |
| HSL | 352.06º | 0.82% | 0.67% | - |
| HSV(B) | 352.06º | 0.57% | 0.94% | - |
| XYZ | 44.4 | 29.83 | 21.83 | - |
| YUV | 146.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 122 | 0 | 0.57 | 0.49 | 0.06 | 352.06 | 0.82 | 0.67 |
| Hex | F0 | 68 | 7A | 0 | 39 | 31 | 6 | 160 | 52 | 43 |
| Octal | 360 | 150 | 172 | 0 | 71 | 61 | 6 | 540 | 122 | 103 |
| Binary | 11110000 | 1101000 | 1111010 | 0 | 111001 | 110001 | 110 | 101100000 | 1010010 | 1000011 |
Color Harmonies of #F0687A
Complementary color
Monochromatic Colors of #F0687A
Black with #F0687A
Text Example
Text Example
White with #F0687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0687A; }
p { color: rgb(240,104,122); }
H1.HeaderClassName
{
color: #F0687A;
}
.AnyTagClassName
{
color: #F0687A;
}
</style>
background-color css
<style>
a { background-color: #F0687A; }
a { background-color: rgb(240,104,122); }
div.DivClassName
{
background-color: #F0687A;
}
.BgClassName
{
background-color: #F0687A;
}
</style>
border-color css
<style>
span { border-color: #F0687A; }
span { border-color: rgb(240,104,122); }
td.TdClassName
{
border-color: #F0687A;
}
.TagClassName
{
border-color: #F0687A;
}
</style>