Shades of Froly #EF717D
Tints of Froly #EF717D
RGB
CMYK
RGB Variations
Color information
#EF717D (or 0xEF717D) is known color: Froly. HEX triplet: EF, 71 and 7D. RGB value is (239,113,125). Sum of RGB (Red+Green+Blue) = 239+113+125=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF717D is #108E82. Grayscale: #989898. Windows color (decimal): -1085059 or 8221167. OLE color: 8221167.
HSL color Cylindrical-coordinate representation of color #EF717D: hue angle of 354.29º 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 #EF717D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 125 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.06 |
| HSL | 354.29º | 0.8% | 0.69% | - |
| HSV(B) | 354.29º | 0.53% | 0.94% | - |
| XYZ | 45.2 | 31.64 | 23.13 | - |
| YUV | 152.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 125 | 0 | 0.53 | 0.48 | 0.06 | 354.29 | 0.8 | 0.69 |
| Hex | EF | 71 | 7D | 0 | 35 | 30 | 6 | 162 | 50 | 45 |
| Octal | 357 | 161 | 175 | 0 | 65 | 60 | 6 | 542 | 120 | 105 |
| Binary | 11101111 | 1110001 | 1111101 | 0 | 110101 | 110000 | 110 | 101100010 | 1010000 | 1000101 |
Color Harmonies of #EF717D
Complementary color
Monochromatic Colors of #EF717D
Black with #EF717D
Text Example
Text Example
White with #EF717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF717D; }
p { color: rgb(239,113,125); }
H1.HeaderClassName
{
color: #EF717D;
}
.AnyTagClassName
{
color: #EF717D;
}
</style>
background-color css
<style>
a { background-color: #EF717D; }
a { background-color: rgb(239,113,125); }
div.DivClassName
{
background-color: #EF717D;
}
.BgClassName
{
background-color: #EF717D;
}
</style>
border-color css
<style>
span { border-color: #EF717D; }
span { border-color: rgb(239,113,125); }
td.TdClassName
{
border-color: #EF717D;
}
.TagClassName
{
border-color: #EF717D;
}
</style>