Html Css Color HEX #EF7779 Froly

📋 copy color: '#EF7779'

red 239 ◦ green 119 ◦ blue 121

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

Shades of Froly #EF7779

Tints of Froly #EF7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.84%

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 49.9%
G = 24.84%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF7779 (or 0xEF7779) is known color: Froly. HEX triplet: EF, 77 and 79. RGB value is (239,119,121). Sum of RGB (Red+Green+Blue) = 239+119+121=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7779 is #108886. Grayscale: #9B9B9B. Windows color (decimal): -1083527 or 7960559. OLE color: 7960559.

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

Color convert

RGB 239 119 121 -
CMYK 0 0.50 0.49 0.06
HSL 359º 0.79% 0.7% -
HSV(B) 359º 0.5% 0.94% -
XYZ 45.64 32.92 22.04 -
YUV 155.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 239 119 121 0 0.50 0.49 0.06 359 0.79 0.7
Hex EF 77 79 0 32 31 6 167 4F 46
Octal 357 167 171 0 62 61 6 547 117 106
Binary 11101111 1110111 1111001 0 110010 110001 110 101100111 1001111 1000110

Color Harmonies of #EF7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7779

Black with #EF7779

Text Example


Text Example

White with #EF7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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