Shades of Froly #EF767D
Tints of Froly #EF767D
RGB
CMYK
RGB Variations
Color information
#EF767D (or 0xEF767D) is known color: Froly. HEX triplet: EF, 76 and 7D. RGB value is (239,118,125). Sum of RGB (Red+Green+Blue) = 239+118+125=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF767D is #108982. Grayscale: #9B9B9B. Windows color (decimal): -1083779 or 8222447. OLE color: 8222447.
HSL color Cylindrical-coordinate representation of color #EF767D: hue angle of 356.53º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF767D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 125 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.06 |
| HSL | 356.53º | 0.79% | 0.7% | - |
| HSV(B) | 356.53º | 0.51% | 0.94% | - |
| XYZ | 45.78 | 32.79 | 23.32 | - |
| YUV | 154.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 125 | 0 | 0.51 | 0.48 | 0.06 | 356.53 | 0.79 | 0.7 |
| Hex | EF | 76 | 7D | 0 | 33 | 30 | 6 | 165 | 4F | 46 |
| Octal | 357 | 166 | 175 | 0 | 63 | 60 | 6 | 545 | 117 | 106 |
| Binary | 11101111 | 1110110 | 1111101 | 0 | 110011 | 110000 | 110 | 101100101 | 1001111 | 1000110 |
Color Harmonies of #EF767D
Complementary color
Monochromatic Colors of #EF767D
Black with #EF767D
Text Example
Text Example
White with #EF767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF767D; }
p { color: rgb(239,118,125); }
H1.HeaderClassName
{
color: #EF767D;
}
.AnyTagClassName
{
color: #EF767D;
}
</style>
background-color css
<style>
a { background-color: #EF767D; }
a { background-color: rgb(239,118,125); }
div.DivClassName
{
background-color: #EF767D;
}
.BgClassName
{
background-color: #EF767D;
}
</style>
border-color css
<style>
span { border-color: #EF767D; }
span { border-color: rgb(239,118,125); }
td.TdClassName
{
border-color: #EF767D;
}
.TagClassName
{
border-color: #EF767D;
}
</style>