Shades of Froly #EF6268
Tints of Froly #EF6268
RGB
CMYK
RGB Variations
Color information
#EF6268 (or 0xEF6268) is known color: Froly. HEX triplet: EF, 62 and 68. RGB value is (239,98,104). Sum of RGB (Red+Green+Blue) = 239+98+104=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6268 is #109D97. Grayscale: #8C8C8C. Windows color (decimal): -1088920 or 6841071. OLE color: 6841071.
HSL color Cylindrical-coordinate representation of color #EF6268: hue angle of 357.45º 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 #EF6268 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 104 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.06 |
| HSL | 357.45º | 0.82% | 0.66% | - |
| HSV(B) | 357.45º | 0.59% | 0.94% | - |
| XYZ | 42.46 | 28.09 | 16.28 | - |
| YUV | 140.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 104 | 0 | 0.59 | 0.56 | 0.06 | 357.45 | 0.82 | 0.66 |
| Hex | EF | 62 | 68 | 0 | 3B | 38 | 6 | 165 | 52 | 42 |
| Octal | 357 | 142 | 150 | 0 | 73 | 70 | 6 | 545 | 122 | 102 |
| Binary | 11101111 | 1100010 | 1101000 | 0 | 111011 | 111000 | 110 | 101100101 | 1010010 | 1000010 |
Color Harmonies of #EF6268
Complementary color
Monochromatic Colors of #EF6268
Black with #EF6268
Text Example
Text Example
White with #EF6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6268; }
p { color: rgb(239,98,104); }
H1.HeaderClassName
{
color: #EF6268;
}
.AnyTagClassName
{
color: #EF6268;
}
</style>
background-color css
<style>
a { background-color: #EF6268; }
a { background-color: rgb(239,98,104); }
div.DivClassName
{
background-color: #EF6268;
}
.BgClassName
{
background-color: #EF6268;
}
</style>
border-color css
<style>
span { border-color: #EF6268; }
span { border-color: rgb(239,98,104); }
td.TdClassName
{
border-color: #EF6268;
}
.TagClassName
{
border-color: #EF6268;
}
</style>