Html Css Color HEX #EF6266 Froly

📋 copy color: '#EF6266'

red 239 ◦ green 98 ◦ blue 102

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

Shades of Froly #EF6266

Tints of Froly #EF6266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 54.44%
G = 22.32%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF6266 (or 0xEF6266) is known color: Froly. HEX triplet: EF, 62 and 66. RGB value is (239,98,102). Sum of RGB (Red+Green+Blue) = 239+98+102=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6266 is #109D99. Grayscale: #8C8C8C. Windows color (decimal): -1088922 or 6709999. OLE color: 6709999.

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

Color convert

RGB 239 98 102 -
CMYK 0 0.59 0.57 0.06
HSL 358.3º 0.82% 0.66% -
HSV(B) 358.3º 0.59% 0.94% -
XYZ 42.36 28.05 15.75 -
YUV 140.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 239 98 102 0 0.59 0.57 0.06 358.3 0.82 0.66
Hex EF 62 66 0 3B 39 6 166 52 42
Octal 357 142 146 0 73 71 6 546 122 102
Binary 11101111 1100010 1100110 0 111011 111001 110 101100110 1010010 1000010

Color Harmonies of #EF6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6266

Black with #EF6266

Text Example


Text Example

White with #EF6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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