Shades of Froly #EF616A
Tints of Froly #EF616A
RGB
CMYK
RGB Variations
Color information
#EF616A (or 0xEF616A) is known color: Froly. HEX triplet: EF, 61 and 6A. RGB value is (239,97,106). Sum of RGB (Red+Green+Blue) = 239+97+106=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF616A is #109E95. Grayscale: #8C8C8C. Windows color (decimal): -1089174 or 6971887. OLE color: 6971887.
HSL color Cylindrical-coordinate representation of color #EF616A: hue angle of 356.2º 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 #EF616A is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 106 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.06 |
| HSL | 356.2º | 0.82% | 0.66% | - |
| HSV(B) | 356.2º | 0.59% | 0.94% | - |
| XYZ | 42.47 | 27.94 | 16.79 | - |
| YUV | 140.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 106 | 0 | 0.59 | 0.56 | 0.06 | 356.2 | 0.82 | 0.66 |
| Hex | EF | 61 | 6A | 0 | 3B | 38 | 6 | 164 | 52 | 42 |
| Octal | 357 | 141 | 152 | 0 | 73 | 70 | 6 | 544 | 122 | 102 |
| Binary | 11101111 | 1100001 | 1101010 | 0 | 111011 | 111000 | 110 | 101100100 | 1010010 | 1000010 |
Color Harmonies of #EF616A
Complementary color
Monochromatic Colors of #EF616A
Black with #EF616A
Text Example
Text Example
White with #EF616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF616A; }
p { color: rgb(239,97,106); }
H1.HeaderClassName
{
color: #EF616A;
}
.AnyTagClassName
{
color: #EF616A;
}
</style>
background-color css
<style>
a { background-color: #EF616A; }
a { background-color: rgb(239,97,106); }
div.DivClassName
{
background-color: #EF616A;
}
.BgClassName
{
background-color: #EF616A;
}
</style>
border-color css
<style>
span { border-color: #EF616A; }
span { border-color: rgb(239,97,106); }
td.TdClassName
{
border-color: #EF616A;
}
.TagClassName
{
border-color: #EF616A;
}
</style>