Shades of Froly #EF6165
Tints of Froly #EF6165
RGB
CMYK
RGB Variations
Color information
#EF6165 (or 0xEF6165) is known color: Froly. HEX triplet: EF, 61 and 65. RGB value is (239,97,101). Sum of RGB (Red+Green+Blue) = 239+97+101=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6165 is #109E9A. Grayscale: #8C8C8C. Windows color (decimal): -1089179 or 6644207. OLE color: 6644207.
HSL color Cylindrical-coordinate representation of color #EF6165: hue angle of 358.31º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6165 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 101 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.06 |
| HSL | 358.31º | 0.82% | 0.66% | - |
| HSV(B) | 358.31º | 0.59% | 0.94% | - |
| XYZ | 42.22 | 27.84 | 15.46 | - |
| YUV | 139.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 101 | 0 | 0.59 | 0.58 | 0.06 | 358.31 | 0.82 | 0.66 |
| Hex | EF | 61 | 65 | 0 | 3B | 3A | 6 | 166 | 52 | 42 |
| Octal | 357 | 141 | 145 | 0 | 73 | 72 | 6 | 546 | 122 | 102 |
| Binary | 11101111 | 1100001 | 1100101 | 0 | 111011 | 111010 | 110 | 101100110 | 1010010 | 1000010 |
Color Harmonies of #EF6165
Complementary color
Monochromatic Colors of #EF6165
Black with #EF6165
Text Example
Text Example
White with #EF6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6165; }
p { color: rgb(239,97,101); }
H1.HeaderClassName
{
color: #EF6165;
}
.AnyTagClassName
{
color: #EF6165;
}
</style>
background-color css
<style>
a { background-color: #EF6165; }
a { background-color: rgb(239,97,101); }
div.DivClassName
{
background-color: #EF6165;
}
.BgClassName
{
background-color: #EF6165;
}
</style>
border-color css
<style>
span { border-color: #EF6165; }
span { border-color: rgb(239,97,101); }
td.TdClassName
{
border-color: #EF6165;
}
.TagClassName
{
border-color: #EF6165;
}
</style>