Html Css Color HEX #F58580 Light Coral

📋 copy color: '#F58580'

red 245 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #F58580

Tints of Light Coral #F58580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.28%

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

R = 48.42%
G = 26.28%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F58580 (or 0xF58580) is known color: Light Coral. HEX triplet: F5, 85 and 80. RGB value is (245,133,128). Sum of RGB (Red+Green+Blue) = 245+133+128=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58580 is #0A7A7F. Grayscale: #A6A6A6. Windows color (decimal): -686720 or 8422901. OLE color: 8422901.

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

Color convert

RGB 245 133 128 -
CMYK 0 0.46 0.48 0.04
HSL 2.56º 0.85% 0.73% -
HSV(B) 2.56º 0.48% 0.96% -
XYZ 49.94 37.75 25.08 -
YUV 165.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 245 133 128 0 0.46 0.48 0.04 2.56 0.85 0.73
Hex F5 85 80 0 2E 30 4 3 55 49
Octal 365 205 200 0 56 60 4 3 125 111
Binary 11110101 10000101 10000000 0 101110 110000 100 11 1010101 1001001

Color Harmonies of #F58580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58580

Black with #F58580

Text Example


Text Example

White with #F58580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58580; }

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

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

background-color css

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

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

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

border-color css

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

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

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