Shades of Froly #EF7172
Tints of Froly #EF7172
RGB
CMYK
RGB Variations
Color information
#EF7172 (or 0xEF7172) is known color: Froly. HEX triplet: EF, 71 and 72. RGB value is (239,113,114). Sum of RGB (Red+Green+Blue) = 239+113+114=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7172 is #108E8D. Grayscale: #969696. Windows color (decimal): -1085070 or 7500271. OLE color: 7500271.
HSL color Cylindrical-coordinate representation of color #EF7172: hue angle of 359.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7172 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 114 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.06 |
| HSL | 359.52º | 0.8% | 0.69% | - |
| HSV(B) | 359.52º | 0.53% | 0.94% | - |
| XYZ | 44.54 | 31.38 | 19.63 | - |
| YUV | 150.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 114 | 0 | 0.53 | 0.52 | 0.06 | 359.52 | 0.8 | 0.69 |
| Hex | EF | 71 | 72 | 0 | 35 | 34 | 6 | 168 | 50 | 45 |
| Octal | 357 | 161 | 162 | 0 | 65 | 64 | 6 | 550 | 120 | 105 |
| Binary | 11101111 | 1110001 | 1110010 | 0 | 110101 | 110100 | 110 | 101101000 | 1010000 | 1000101 |
Color Harmonies of #EF7172
Complementary color
Monochromatic Colors of #EF7172
Black with #EF7172
Text Example
Text Example
White with #EF7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7172; }
p { color: rgb(239,113,114); }
H1.HeaderClassName
{
color: #EF7172;
}
.AnyTagClassName
{
color: #EF7172;
}
</style>
background-color css
<style>
a { background-color: #EF7172; }
a { background-color: rgb(239,113,114); }
div.DivClassName
{
background-color: #EF7172;
}
.BgClassName
{
background-color: #EF7172;
}
</style>
border-color css
<style>
span { border-color: #EF7172; }
span { border-color: rgb(239,113,114); }
td.TdClassName
{
border-color: #EF7172;
}
.TagClassName
{
border-color: #EF7172;
}
</style>