Shades of Froly #EF616D
Tints of Froly #EF616D
RGB
CMYK
RGB Variations
Color information
#EF616D (or 0xEF616D) is known color: Froly. HEX triplet: EF, 61 and 6D. RGB value is (239,97,109). Sum of RGB (Red+Green+Blue) = 239+97+109=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF616D is #109E92. Grayscale: #8C8C8C. Windows color (decimal): -1089171 or 7168495. OLE color: 7168495.
HSL color Cylindrical-coordinate representation of color #EF616D: hue angle of 354.93º 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 #EF616D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 109 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.06 |
| HSL | 354.93º | 0.82% | 0.66% | - |
| HSV(B) | 354.93º | 0.59% | 0.94% | - |
| XYZ | 42.63 | 28 | 17.63 | - |
| YUV | 140.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 109 | 0 | 0.59 | 0.54 | 0.06 | 354.93 | 0.82 | 0.66 |
| Hex | EF | 61 | 6D | 0 | 3B | 36 | 6 | 163 | 52 | 42 |
| Octal | 357 | 141 | 155 | 0 | 73 | 66 | 6 | 543 | 122 | 102 |
| Binary | 11101111 | 1100001 | 1101101 | 0 | 111011 | 110110 | 110 | 101100011 | 1010010 | 1000010 |
Color Harmonies of #EF616D
Complementary color
Monochromatic Colors of #EF616D
Black with #EF616D
Text Example
Text Example
White with #EF616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF616D; }
p { color: rgb(239,97,109); }
H1.HeaderClassName
{
color: #EF616D;
}
.AnyTagClassName
{
color: #EF616D;
}
</style>
background-color css
<style>
a { background-color: #EF616D; }
a { background-color: rgb(239,97,109); }
div.DivClassName
{
background-color: #EF616D;
}
.BgClassName
{
background-color: #EF616D;
}
</style>
border-color css
<style>
span { border-color: #EF616D; }
span { border-color: rgb(239,97,109); }
td.TdClassName
{
border-color: #EF616D;
}
.TagClassName
{
border-color: #EF616D;
}
</style>