Html Css Color HEX #EF616F Froly

📋 copy color: '#EF616F'

red 239 ◦ green 97 ◦ blue 111

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

Shades of Froly #EF616F

Tints of Froly #EF616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 53.47%
G = 21.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF616F (or 0xEF616F) is known color: Froly. HEX triplet: EF, 61 and 6F. RGB value is (239,97,111). Sum of RGB (Red+Green+Blue) = 239+97+111=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF616F is #109E90. Grayscale: #8D8D8D. Windows color (decimal): -1089169 or 7299567. OLE color: 7299567.

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

Color convert

RGB 239 97 111 -
CMYK 0 0.59 0.54 0.06
HSL 354.08º 0.82% 0.66% -
HSV(B) 354.08º 0.59% 0.94% -
XYZ 42.74 28.05 18.2 -
YUV 141.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 239 97 111 0 0.59 0.54 0.06 354.08 0.82 0.66
Hex EF 61 6F 0 3B 36 6 162 52 42
Octal 357 141 157 0 73 66 6 542 122 102
Binary 11101111 1100001 1101111 0 111011 110110 110 101100010 1010010 1000010

Color Harmonies of #EF616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF616F

Black with #EF616F

Text Example


Text Example

White with #EF616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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