Html Css Color HEX #F78C80 Light Coral

📋 copy color: '#F78C80'

red 247 ◦ green 140 ◦ blue 128

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

Shades of Light Coral #F78C80

Tints of Light Coral #F78C80

RGB

 RED value IS 247 (96.88% from 255) = 47.96%

 GREEN value IS 140 (55.08% from 255) = 27.18%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 47.96%
G = 27.18%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F78C80 (or 0xF78C80) is known color: Light Coral. HEX triplet: F7, 8C and 80. RGB value is (247,140,128). Sum of RGB (Red+Green+Blue) = 247+140+128=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78C80 is #08737F. Grayscale: #AAAAAA. Windows color (decimal): -553856 or 8424695. OLE color: 8424695.

HSL color Cylindrical-coordinate representation of color #F78C80: hue angle of 6.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78C80 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 140 128 -
CMYK 0 0.43 0.48 0.03
HSL 6.05º 0.88% 0.74% -
HSV(B) 6.05º 0.48% 0.97% -
XYZ 51.63 40.09 25.44 -
YUV 170.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 247 140 128 0 0.43 0.48 0.03 6.05 0.88 0.74
Hex F7 8C 80 0 2B 30 3 6 58 4A
Octal 367 214 200 0 53 60 3 6 130 112
Binary 11110111 10001100 10000000 0 101011 110000 11 110 1011000 1001010

Color Harmonies of #F78C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78C80

Black with #F78C80

Text Example


Text Example

White with #F78C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78C80; }

 p { color: rgb(247,140,128); }

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

background-color css

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

 a { background-color: rgb(247,140,128); }

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

border-color css

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

 span { border-color: rgb(247,140,128); }

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