Html Css Color HEX #F58382 Light Coral

📋 copy color: '#F58382'

red 245 ◦ green 131 ◦ blue 130

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

Shades of Light Coral #F58382

Tints of Light Coral #F58382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 48.42%
G = 25.89%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F58382 (or 0xF58382) is known color: Light Coral. HEX triplet: F5, 83 and 82. RGB value is (245,131,130). Sum of RGB (Red+Green+Blue) = 245+131+130=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58382 is #0A7C7D. Grayscale: #A5A5A5. Windows color (decimal): -687230 or 8553461. OLE color: 8553461.

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

Color convert

RGB 245 131 130 -
CMYK 0 0.47 0.47 0.04
HSL 0.52º 0.85% 0.74% -
HSV(B) 0.52º 0.47% 0.96% -
XYZ 49.8 37.26 25.69 -
YUV 164.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 245 131 130 0 0.47 0.47 0.04 0.52 0.85 0.74
Hex F5 83 82 0 2F 2F 4 1 55 4A
Octal 365 203 202 0 57 57 4 1 125 112
Binary 11110101 10000011 10000010 0 101111 101111 100 1 1010101 1001010

Color Harmonies of #F58382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58382

Black with #F58382

Text Example


Text Example

White with #F58382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58382; }

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

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

background-color css

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

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

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

border-color css

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

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

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