Shades of Froly #EF6172
Tints of Froly #EF6172
RGB
CMYK
RGB Variations
Color information
#EF6172 (or 0xEF6172) is known color: Froly. HEX triplet: EF, 61 and 72. RGB value is (239,97,114). Sum of RGB (Red+Green+Blue) = 239+97+114=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6172 is #109E8D. Grayscale: #8D8D8D. Windows color (decimal): -1089166 or 7496175. OLE color: 7496175.
HSL color Cylindrical-coordinate representation of color #EF6172: hue angle of 352.82º 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 #EF6172 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 114 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.06 |
| HSL | 352.82º | 0.82% | 0.66% | - |
| HSV(B) | 352.82º | 0.59% | 0.94% | - |
| XYZ | 42.91 | 28.12 | 19.08 | - |
| YUV | 141.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 114 | 0 | 0.59 | 0.52 | 0.06 | 352.82 | 0.82 | 0.66 |
| Hex | EF | 61 | 72 | 0 | 3B | 34 | 6 | 161 | 52 | 42 |
| Octal | 357 | 141 | 162 | 0 | 73 | 64 | 6 | 541 | 122 | 102 |
| Binary | 11101111 | 1100001 | 1110010 | 0 | 111011 | 110100 | 110 | 101100001 | 1010010 | 1000010 |
Color Harmonies of #EF6172
Complementary color
Monochromatic Colors of #EF6172
Black with #EF6172
Text Example
Text Example
White with #EF6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6172; }
p { color: rgb(239,97,114); }
H1.HeaderClassName
{
color: #EF6172;
}
.AnyTagClassName
{
color: #EF6172;
}
</style>
background-color css
<style>
a { background-color: #EF6172; }
a { background-color: rgb(239,97,114); }
div.DivClassName
{
background-color: #EF6172;
}
.BgClassName
{
background-color: #EF6172;
}
</style>
border-color css
<style>
span { border-color: #EF6172; }
span { border-color: rgb(239,97,114); }
td.TdClassName
{
border-color: #EF6172;
}
.TagClassName
{
border-color: #EF6172;
}
</style>