Html Css Color HEX #F58A82 Light Coral

📋 copy color: '#F58A82'

red 245 ◦ green 138 ◦ blue 130

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

Shades of Light Coral #F58A82

Tints of Light Coral #F58A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 47.76%
G = 26.9%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F58A82 (or 0xF58A82) is known color: Light Coral. HEX triplet: F5, 8A and 82. RGB value is (245,138,130). Sum of RGB (Red+Green+Blue) = 245+138+130=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A82 is #0A757D. Grayscale: #A9A9A9. Windows color (decimal): -685438 or 8555253. OLE color: 8555253.

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

Color convert

RGB 245 138 130 -
CMYK 0 0.44 0.47 0.04
HSL 4.17º 0.85% 0.74% -
HSV(B) 4.17º 0.47% 0.96% -
XYZ 50.77 39.2 26.01 -
YUV 169.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 245 138 130 0 0.44 0.47 0.04 4.17 0.85 0.74
Hex F5 8A 82 0 2C 2F 4 4 55 4A
Octal 365 212 202 0 54 57 4 4 125 112
Binary 11110101 10001010 10000010 0 101100 101111 100 100 1010101 1001010

Color Harmonies of #F58A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58A82

Black with #F58A82

Text Example


Text Example

White with #F58A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58A82; }

 p { color: rgb(245,138,130); }

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

background-color css

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

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

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

border-color css

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

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

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