Html Css Color HEX #F58080 Light Coral

📋 copy color: '#F58080'

red 245 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #F58080

Tints of Light Coral #F58080

RGB

 RED value IS 245 (96.09% from 255) = 48.9%

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 48.9%
G = 25.55%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F58080 (or 0xF58080) is known color: Light Coral. HEX triplet: F5, 80 and 80. RGB value is (245,128,128). Sum of RGB (Red+Green+Blue) = 245+128+128=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F58080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58080 is #0A7F7F. Grayscale: #A3A3A3. Windows color (decimal): -688000 or 8421621. OLE color: 8421621.

HSL color Cylindrical-coordinate representation of color #F58080: hue angle of 0º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58080 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 128 -
CMYK 0 0.48 0.48 0.04
HSL 0.85% 0.73% -
HSV(B) 0.48% 0.96% -
XYZ 49.27 36.41 24.85 -
YUV 162.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 245 128 128 0 0.48 0.48 0.04 0 0.85 0.73
Hex F5 80 80 0 30 30 4 0 55 49
Octal 365 200 200 0 60 60 4 0 125 111
Binary 11110101 10000000 10000000 0 110000 110000 100 0 1010101 1001001

Color Harmonies of #F58080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58080

Black with #F58080

Text Example


Text Example

White with #F58080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58080; }

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

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

background-color css

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

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

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

border-color css

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

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

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