#EF5F69

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

Shades of Froly #EF5F69

Tints of Froly #EF5F69

Color information

#EF5F69 (or 0xEF5F69) is unknown color: approx Froly. HEX triplet: EF, 5F and 69. RGB value is (239,95,105). Sum of RGB (Red+Green+Blue) = 239+95+105=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F69 is #10A096. Grayscale: #8B8B8B. Windows color (decimal): -1089687 or 6905839. OLE color: 6905839.

HSL color Cylindrical-coordinate representation of color #EF5F69: hue angle of 355.83º 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 #EF5F69 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23995105-
CMYK00.600.560.06
HSL355.83º81.82%65.49%-
HSV(B)355.83º60.25%93.73%-
XYZ42.2427.5616.46-
YUV139.2108.71199.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=54.44%
G=21.64%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399510500.600.560.06355.8381.8265.49
HexEF5F6903C3861645241
Octal357137151074706544122101
Binary1110111110111111101001011110011100011010110010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5F69; }

 p { color: rgb(239,95,105); }

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

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

 a { background-color: rgb(239,95,105); }

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

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

 span { border-color: rgb(239,95,105); }

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