Html Css Color HEX #EF797D Froly

📋 copy color: '#EF797D'

red 239 ◦ green 121 ◦ blue 125

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

Shades of Froly #EF797D

Tints of Froly #EF797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.95%

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 49.28%
G = 24.95%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF797D (or 0xEF797D) is known color: Froly. HEX triplet: EF, 79 and 7D. RGB value is (239,121,125). Sum of RGB (Red+Green+Blue) = 239+121+125=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF797D is #108682. Grayscale: #9C9C9C. Windows color (decimal): -1083011 or 8223215. OLE color: 8223215.

HSL color Cylindrical-coordinate representation of color #EF797D: hue angle of 357.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF797D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 125 -
CMYK 0 0.49 0.48 0.06
HSL 357.97º 0.79% 0.71% -
HSV(B) 357.97º 0.49% 0.94% -
XYZ 46.14 33.51 23.44 -
YUV 156.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 239 121 125 0 0.49 0.48 0.06 357.97 0.79 0.71
Hex EF 79 7D 0 31 30 6 166 4F 47
Octal 357 171 175 0 61 60 6 546 117 107
Binary 11101111 1111001 1111101 0 110001 110000 110 101100110 1001111 1000111

Color Harmonies of #EF797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF797D

Black with #EF797D

Text Example


Text Example

White with #EF797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF797D; }

 p { color: rgb(239,121,125); }

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

background-color css

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

 a { background-color: rgb(239,121,125); }

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

border-color css

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

 span { border-color: rgb(239,121,125); }

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