Html Css Color HEX #F58982 Light Coral

📋 copy color: '#F58982'

red 245 ◦ green 137 ◦ blue 130

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

Shades of Light Coral #F58982

Tints of Light Coral #F58982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.76%

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

R = 47.85%
G = 26.76%
B = 25.39%

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

#F58982 (or 0xF58982) is known color: Light Coral. HEX triplet: F5, 89 and 82. RGB value is (245,137,130). Sum of RGB (Red+Green+Blue) = 245+137+130=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F58982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58982 is #0A767D. Grayscale: #A8A8A8. Windows color (decimal): -685694 or 8554997. OLE color: 8554997.

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

Color convert

RGB 245 137 130 -
CMYK 0 0.44 0.47 0.04
HSL 3.65º 0.85% 0.74% -
HSV(B) 3.65º 0.47% 0.96% -
XYZ 50.63 38.92 25.96 -
YUV 168.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 245 137 130 0 0.44 0.47 0.04 3.65 0.85 0.74
Hex F5 89 82 0 2C 2F 4 4 55 4A
Octal 365 211 202 0 54 57 4 4 125 112
Binary 11110101 10001001 10000010 0 101100 101111 100 100 1010101 1001010

Color Harmonies of #F58982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58982

Black with #F58982

Text Example


Text Example

White with #F58982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58982; }

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

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

background-color css

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

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

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

border-color css

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

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

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