Shades of Froly #F0656E
Tints of Froly #F0656E
RGB
CMYK
RGB Variations
Color information
#F0656E (or 0xF0656E) is known color: Froly. HEX triplet: F0, 65 and 6E. RGB value is (240,101,110). Sum of RGB (Red+Green+Blue) = 240+101+110=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0656E is #0F9A91. Grayscale: #8F8F8F. Windows color (decimal): -1022610 or 7235056. OLE color: 7235056.
HSL color Cylindrical-coordinate representation of color #F0656E: hue angle of 356.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0656E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 110 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.06 |
| HSL | 356.12º | 0.82% | 0.67% | - |
| HSV(B) | 356.12º | 0.58% | 0.94% | - |
| XYZ | 43.4 | 28.96 | 18.05 | - |
| YUV | 143.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 110 | 0 | 0.58 | 0.54 | 0.06 | 356.12 | 0.82 | 0.67 |
| Hex | F0 | 65 | 6E | 0 | 3A | 36 | 6 | 164 | 52 | 43 |
| Octal | 360 | 145 | 156 | 0 | 72 | 66 | 6 | 544 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1101110 | 0 | 111010 | 110110 | 110 | 101100100 | 1010010 | 1000011 |
Color Harmonies of #F0656E
Complementary color
Monochromatic Colors of #F0656E
Black with #F0656E
Text Example
Text Example
White with #F0656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0656E; }
p { color: rgb(240,101,110); }
H1.HeaderClassName
{
color: #F0656E;
}
.AnyTagClassName
{
color: #F0656E;
}
</style>
background-color css
<style>
a { background-color: #F0656E; }
a { background-color: rgb(240,101,110); }
div.DivClassName
{
background-color: #F0656E;
}
.BgClassName
{
background-color: #F0656E;
}
</style>
border-color css
<style>
span { border-color: #F0656E; }
span { border-color: rgb(240,101,110); }
td.TdClassName
{
border-color: #F0656E;
}
.TagClassName
{
border-color: #F0656E;
}
</style>