Html Css Color HEX #EF6062 Froly

📋 copy color: '#EF6062'

red 239 ◦ green 96 ◦ blue 98

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

Shades of Froly #EF6062

Tints of Froly #EF6062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 55.2%
G = 22.17%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF6062 (or 0xEF6062) is known color: Froly. HEX triplet: EF, 60 and 62. RGB value is (239,96,98). Sum of RGB (Red+Green+Blue) = 239+96+98=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6062 is #109F9D. Grayscale: #8B8B8B. Windows color (decimal): -1089438 or 6447343. OLE color: 6447343.

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

Color convert

RGB 239 96 98 -
CMYK 0 0.60 0.59 0.06
HSL 359.16º 0.82% 0.66% -
HSV(B) 359.16º 0.6% 0.94% -
XYZ 41.98 27.6 14.67 -
YUV 138.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 239 96 98 0 0.60 0.59 0.06 359.16 0.82 0.66
Hex EF 60 62 0 3C 3B 6 167 52 42
Octal 357 140 142 0 74 73 6 547 122 102
Binary 11101111 1100000 1100010 0 111100 111011 110 101100111 1010010 1000010

Color Harmonies of #EF6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6062

Black with #EF6062

Text Example


Text Example

White with #EF6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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