Shades of Froly #EF6066
Tints of Froly #EF6066
RGB
CMYK
RGB Variations
Color information
#EF6066 (or 0xEF6066) is known color: Froly. HEX triplet: EF, 60 and 66. RGB value is (239,96,102). Sum of RGB (Red+Green+Blue) = 239+96+102=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6066 is #109F99. Grayscale: #8B8B8B. Windows color (decimal): -1089434 or 6709487. OLE color: 6709487.
HSL color Cylindrical-coordinate representation of color #EF6066: hue angle of 357.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6066 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 102 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.06 |
| HSL | 357.48º | 0.82% | 0.66% | - |
| HSV(B) | 357.48º | 0.6% | 0.94% | - |
| XYZ | 42.18 | 27.68 | 15.69 | - |
| YUV | 139.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 102 | 0 | 0.60 | 0.57 | 0.06 | 357.48 | 0.82 | 0.66 |
| Hex | EF | 60 | 66 | 0 | 3C | 39 | 6 | 165 | 52 | 42 |
| Octal | 357 | 140 | 146 | 0 | 74 | 71 | 6 | 545 | 122 | 102 |
| Binary | 11101111 | 1100000 | 1100110 | 0 | 111100 | 111001 | 110 | 101100101 | 1010010 | 1000010 |
Color Harmonies of #EF6066
Complementary color
Monochromatic Colors of #EF6066
Black with #EF6066
Text Example
Text Example
White with #EF6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6066; }
p { color: rgb(239,96,102); }
H1.HeaderClassName
{
color: #EF6066;
}
.AnyTagClassName
{
color: #EF6066;
}
</style>
background-color css
<style>
a { background-color: #EF6066; }
a { background-color: rgb(239,96,102); }
div.DivClassName
{
background-color: #EF6066;
}
.BgClassName
{
background-color: #EF6066;
}
</style>
border-color css
<style>
span { border-color: #EF6066; }
span { border-color: rgb(239,96,102); }
td.TdClassName
{
border-color: #EF6066;
}
.TagClassName
{
border-color: #EF6066;
}
</style>