#EF656F

Color #EF656F Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EF656F

Tints of Froly #EF656F

Color information

#EF656F (or 0xEF656F) is unknown color: approx Froly. HEX triplet: EF, 65 and 6F. RGB value is (239,101,111). Sum of RGB (Red+Green+Blue) = 239+101+111=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF656F is #109A90. Grayscale: #8F8F8F. Windows color (decimal): -1088145 or 7300591. OLE color: 7300591.

HSL color Cylindrical-coordinate representation of color #EF656F: hue angle of 355.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF656F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239101111-
CMYK00.580.540.06
HSL355.65º81.18%66.67%-
HSV(B)355.65º57.74%93.73%-
XYZ43.1228.8118.33-
YUV143.4109.72196.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=52.99%
G=22.39%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910111100.580.540.06355.6581.1866.67
HexEF656F03A3661645143
Octal357145157072666544121103
Binary1110111111001011101111011101011011011010110010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF656F; }

 p { color: rgb(239,101,111); }

 H1.HeaderClassName
 {
   color: #EF656F;
 }
 .AnyTagClassName
 {
   color: #EF656F;
 }
</style>
background-color css

<style>
 a { background-color: #EF656F; }

 a { background-color: rgb(239,101,111); }

 div.DivClassName
 {
   background-color: #EF656F;
 }
 .BgClassName
 {
   background-color: #EF656F;
 }
</style>
border-color css

<style>
 span { border-color: #EF656F; }

 span { border-color: rgb(239,101,111); }

 td.TdClassName
 {
   border-color: #EF656F;
 }
 .TagClassName
 {
   border-color: #EF656F;
 }
</style>