Shades of Froly #EF656A
Tints of Froly #EF656A
RGB
CMYK
RGB Variations
Color information
#EF656A (or 0xEF656A) is known color: Froly. HEX triplet: EF, 65 and 6A. RGB value is (239,101,106). Sum of RGB (Red+Green+Blue) = 239+101+106=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF656A is #109A95. Grayscale: #8E8E8E. Windows color (decimal): -1088150 or 6972911. OLE color: 6972911.
HSL color Cylindrical-coordinate representation of color #EF656A: hue angle of 357.83º degrees, saturation: 0.81, 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 #EF656A is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 106 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.06 |
| HSL | 357.83º | 0.81% | 0.67% | - |
| HSV(B) | 357.83º | 0.58% | 0.94% | - |
| XYZ | 42.85 | 28.7 | 16.92 | - |
| YUV | 142.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 106 | 0 | 0.58 | 0.56 | 0.06 | 357.83 | 0.81 | 0.67 |
| Hex | EF | 65 | 6A | 0 | 3A | 38 | 6 | 166 | 51 | 43 |
| Octal | 357 | 145 | 152 | 0 | 72 | 70 | 6 | 546 | 121 | 103 |
| Binary | 11101111 | 1100101 | 1101010 | 0 | 111010 | 111000 | 110 | 101100110 | 1010001 | 1000011 |
Color Harmonies of #EF656A
Complementary color
Monochromatic Colors of #EF656A
Black with #EF656A
Text Example
Text Example
White with #EF656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF656A; }
p { color: rgb(239,101,106); }
H1.HeaderClassName
{
color: #EF656A;
}
.AnyTagClassName
{
color: #EF656A;
}
</style>
background-color css
<style>
a { background-color: #EF656A; }
a { background-color: rgb(239,101,106); }
div.DivClassName
{
background-color: #EF656A;
}
.BgClassName
{
background-color: #EF656A;
}
</style>
border-color css
<style>
span { border-color: #EF656A; }
span { border-color: rgb(239,101,106); }
td.TdClassName
{
border-color: #EF656A;
}
.TagClassName
{
border-color: #EF656A;
}
</style>