Html Css Color HEX #EF6265 Froly

📋 copy color: '#EF6265'

red 239 ◦ green 98 ◦ blue 101

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

Shades of Froly #EF6265

Tints of Froly #EF6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 54.57%
G = 22.37%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6265 (or 0xEF6265) is known color: Froly. HEX triplet: EF, 62 and 65. RGB value is (239,98,101). Sum of RGB (Red+Green+Blue) = 239+98+101=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6265 is #109D9A. Grayscale: #8C8C8C. Windows color (decimal): -1088923 or 6644463. OLE color: 6644463.

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

Color convert

RGB 239 98 101 -
CMYK 0 0.59 0.58 0.06
HSL 358.72º 0.82% 0.66% -
HSV(B) 358.72º 0.59% 0.94% -
XYZ 42.31 28.03 15.49 -
YUV 140.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 239 98 101 0 0.59 0.58 0.06 358.72 0.82 0.66
Hex EF 62 65 0 3B 3A 6 167 52 42
Octal 357 142 145 0 73 72 6 547 122 102
Binary 11101111 1100010 1100101 0 111011 111010 110 101100111 1010010 1000010

Color Harmonies of #EF6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6265

Black with #EF6265

Text Example


Text Example

White with #EF6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6265; }

 p { color: rgb(239,98,101); }

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

background-color css

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

 a { background-color: rgb(239,98,101); }

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

border-color css

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

 span { border-color: rgb(239,98,101); }

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