#F78080

Color #F78080 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #F78080

Tints of Light Coral #F78080

Color information

#F78080 (or 0xF78080) is unknown color: approx Light Coral. HEX triplet: F7, 80 and 80. RGB value is (247,128,128). Sum of RGB (Red+Green+Blue) = 247+128+128=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F78080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78080 is #087F7F. Grayscale: #A3A3A3. Windows color (decimal): -556928 or 8421623. OLE color: 8421623.

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

Color convert

RGB247128128-
CMYK00.480.480.03
HSL88.15%73.53%-
HSV(B)48.18%96.86%-
XYZ49.9736.7724.89-
YUV163.58107.92187.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=49.11%
G=25.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712812800.480.480.03088.1573.53
HexF780800303030584a
Octal3672002000606030130112
Binary111101111000000010000000011000011000011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78080; }

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

 H1.HeaderClassName
 {
   color: #F78080;
 }
 .AnyTagClassName
 {
   color: #F78080;
 }
</style>
background-color css

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

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

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

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

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

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