Html Css Color HEX #F58180 Light Coral

📋 copy color: '#F58180'

red 245 ◦ green 129 ◦ blue 128

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

Shades of Light Coral #F58180

Tints of Light Coral #F58180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

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

R = 48.8%
G = 25.7%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F58180 (or 0xF58180) is known color: Light Coral. HEX triplet: F5, 81 and 80. RGB value is (245,129,128). Sum of RGB (Red+Green+Blue) = 245+129+128=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F58180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58180 is #0A7E7F. Grayscale: #A3A3A3. Windows color (decimal): -687744 or 8421877. OLE color: 8421877.

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

Color convert

RGB 245 129 128 -
CMYK 0 0.47 0.48 0.04
HSL 0.51º 0.85% 0.73% -
HSV(B) 0.51º 0.48% 0.96% -
XYZ 49.4 36.67 24.9 -
YUV 163.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 245 129 128 0 0.47 0.48 0.04 0.51 0.85 0.73
Hex F5 81 80 0 2F 30 4 1 55 49
Octal 365 201 200 0 57 60 4 1 125 111
Binary 11110101 10000001 10000000 0 101111 110000 100 1 1010101 1001001

Color Harmonies of #F58180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58180

Black with #F58180

Text Example


Text Example

White with #F58180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58180; }

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

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

background-color css

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

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

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

border-color css

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

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

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