Shades of Froly #F0656C
Tints of Froly #F0656C
RGB
CMYK
RGB Variations
Color information
#F0656C (or 0xF0656C) is known color: Froly. HEX triplet: F0, 65 and 6C. RGB value is (240,101,108). Sum of RGB (Red+Green+Blue) = 240+101+108=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0656C is #0F9A93. Grayscale: #8F8F8F. Windows color (decimal): -1022612 or 7103984. OLE color: 7103984.
HSL color Cylindrical-coordinate representation of color #F0656C: hue angle of 356.98º 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 #F0656C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 108 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.06 |
| HSL | 356.98º | 0.82% | 0.67% | - |
| HSV(B) | 356.98º | 0.58% | 0.94% | - |
| XYZ | 43.3 | 28.92 | 17.49 | - |
| YUV | 143.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 108 | 0 | 0.58 | 0.55 | 0.06 | 356.98 | 0.82 | 0.67 |
| Hex | F0 | 65 | 6C | 0 | 3A | 37 | 6 | 165 | 52 | 43 |
| Octal | 360 | 145 | 154 | 0 | 72 | 67 | 6 | 545 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1101100 | 0 | 111010 | 110111 | 110 | 101100101 | 1010010 | 1000011 |
Color Harmonies of #F0656C
Complementary color
Monochromatic Colors of #F0656C
Black with #F0656C
Text Example
Text Example
White with #F0656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0656C; }
p { color: rgb(240,101,108); }
H1.HeaderClassName
{
color: #F0656C;
}
.AnyTagClassName
{
color: #F0656C;
}
</style>
background-color css
<style>
a { background-color: #F0656C; }
a { background-color: rgb(240,101,108); }
div.DivClassName
{
background-color: #F0656C;
}
.BgClassName
{
background-color: #F0656C;
}
</style>
border-color css
<style>
span { border-color: #F0656C; }
span { border-color: rgb(240,101,108); }
td.TdClassName
{
border-color: #F0656C;
}
.TagClassName
{
border-color: #F0656C;
}
</style>