Shades of Froly #EF6162
Tints of Froly #EF6162
RGB
CMYK
RGB Variations
Color information
#EF6162 (or 0xEF6162) is known color: Froly. HEX triplet: EF, 61 and 62. RGB value is (239,97,98). Sum of RGB (Red+Green+Blue) = 239+97+98=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6162 is #109E9D. Grayscale: #8B8B8B. Windows color (decimal): -1089182 or 6447599. OLE color: 6447599.
HSL color Cylindrical-coordinate representation of color #EF6162: hue angle of 359.58º 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 #EF6162 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 98 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.06 |
| HSL | 359.58º | 0.82% | 0.66% | - |
| HSV(B) | 359.58º | 0.59% | 0.94% | - |
| XYZ | 42.08 | 27.78 | 14.7 | - |
| YUV | 139.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 98 | 0 | 0.59 | 0.59 | 0.06 | 359.58 | 0.82 | 0.66 |
| Hex | EF | 61 | 62 | 0 | 3B | 3B | 6 | 168 | 52 | 42 |
| Octal | 357 | 141 | 142 | 0 | 73 | 73 | 6 | 550 | 122 | 102 |
| Binary | 11101111 | 1100001 | 1100010 | 0 | 111011 | 111011 | 110 | 101101000 | 1010010 | 1000010 |
Color Harmonies of #EF6162
Complementary color
Monochromatic Colors of #EF6162
Black with #EF6162
Text Example
Text Example
White with #EF6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6162; }
p { color: rgb(239,97,98); }
H1.HeaderClassName
{
color: #EF6162;
}
.AnyTagClassName
{
color: #EF6162;
}
</style>
background-color css
<style>
a { background-color: #EF6162; }
a { background-color: rgb(239,97,98); }
div.DivClassName
{
background-color: #EF6162;
}
.BgClassName
{
background-color: #EF6162;
}
</style>
border-color css
<style>
span { border-color: #EF6162; }
span { border-color: rgb(239,97,98); }
td.TdClassName
{
border-color: #EF6162;
}
.TagClassName
{
border-color: #EF6162;
}
</style>