Html Css Color HEX #EF666D Froly

📋 copy color: '#EF666D'

red 239 ◦ green 102 ◦ blue 109

#EF666D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EF666D

Tints of Froly #EF666D

RGB

 RED value IS 239 (93.75% from 255) = 53.11%

 GREEN value IS 102 (40.23% from 255) = 22.67%

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 53.11%
G = 22.67%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF666D (or 0xEF666D) is known color: Froly. HEX triplet: EF, 66 and 6D. RGB value is (239,102,109). Sum of RGB (Red+Green+Blue) = 239+102+109=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF666D is #109992. Grayscale: #8F8F8F. Windows color (decimal): -1087891 or 7169775. OLE color: 7169775.

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

Color convert

RGB 239 102 109 -
CMYK 0 0.57 0.54 0.06
HSL 356.93º 0.81% 0.67% -
HSV(B) 356.93º 0.57% 0.94% -
XYZ 43.11 28.96 17.79 -
YUV 143.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 239 102 109 0 0.57 0.54 0.06 356.93 0.81 0.67
Hex EF 66 6D 0 39 36 6 165 51 43
Octal 357 146 155 0 71 66 6 545 121 103
Binary 11101111 1100110 1101101 0 111001 110110 110 101100101 1010001 1000011

Color Harmonies of #EF666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF666D

Black with #EF666D

Text Example


Text Example

White with #EF666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF666D; }

 p { color: rgb(239,102,109); }

 H1.HeaderClassName
 {
   color: #EF666D;
 }
 .AnyTagClassName
 {
   color: #EF666D;
 }
</style>

background-color css

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

 a { background-color: rgb(239,102,109); }

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

border-color css

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

 span { border-color: rgb(239,102,109); }

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