Shades of Froly #EF5F68
Tints of Froly #EF5F68
RGB
CMYK
RGB Variations
Color information
#EF5F68 (or 0xEF5F68) is known color: Froly. HEX triplet: EF, 5F and 68. RGB value is (239,95,104). Sum of RGB (Red+Green+Blue) = 239+95+104=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F68 is #10A097. Grayscale: #8B8B8B. Windows color (decimal): -1089688 or 6840303. OLE color: 6840303.
HSL color Cylindrical-coordinate representation of color #EF5F68: hue angle of 356.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F68 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 104 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.06 |
| HSL | 356.25º | 0.82% | 0.65% | - |
| HSV(B) | 356.25º | 0.6% | 0.94% | - |
| XYZ | 42.19 | 27.53 | 16.19 | - |
| YUV | 139.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 104 | 0 | 0.60 | 0.56 | 0.06 | 356.25 | 0.82 | 0.65 |
| Hex | EF | 5F | 68 | 0 | 3C | 38 | 6 | 164 | 52 | 41 |
| Octal | 357 | 137 | 150 | 0 | 74 | 70 | 6 | 544 | 122 | 101 |
| Binary | 11101111 | 1011111 | 1101000 | 0 | 111100 | 111000 | 110 | 101100100 | 1010010 | 1000001 |
Color Harmonies of #EF5F68
Complementary color
Monochromatic Colors of #EF5F68
Black with #EF5F68
Text Example
Text Example
White with #EF5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5F68; }
p { color: rgb(239,95,104); }
H1.HeaderClassName
{
color: #EF5F68;
}
.AnyTagClassName
{
color: #EF5F68;
}
</style>
background-color css
<style>
a { background-color: #EF5F68; }
a { background-color: rgb(239,95,104); }
div.DivClassName
{
background-color: #EF5F68;
}
.BgClassName
{
background-color: #EF5F68;
}
</style>
border-color css
<style>
span { border-color: #EF5F68; }
span { border-color: rgb(239,95,104); }
td.TdClassName
{
border-color: #EF5F68;
}
.TagClassName
{
border-color: #EF5F68;
}
</style>