Html Css Color HEX #F58482 Light Coral

📋 copy color: '#F58482'

red 245 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #F58482

Tints of Light Coral #F58482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

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

R = 48.32%
G = 26.04%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F58482 (or 0xF58482) is known color: Light Coral. HEX triplet: F5, 84 and 82. RGB value is (245,132,130). Sum of RGB (Red+Green+Blue) = 245+132+130=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58482 is #0A7B7D. Grayscale: #A5A5A5. Windows color (decimal): -686974 or 8553717. OLE color: 8553717.

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

Color convert

RGB 245 132 130 -
CMYK 0 0.46 0.47 0.04
HSL 1.04º 0.85% 0.74% -
HSV(B) 1.04º 0.47% 0.96% -
XYZ 49.94 37.53 25.73 -
YUV 165.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 245 132 130 0 0.46 0.47 0.04 1.04 0.85 0.74
Hex F5 84 82 0 2E 2F 4 1 55 4A
Octal 365 204 202 0 56 57 4 1 125 112
Binary 11110101 10000100 10000010 0 101110 101111 100 1 1010101 1001010

Color Harmonies of #F58482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58482

Black with #F58482

Text Example


Text Example

White with #F58482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58482; }

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

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

background-color css

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

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

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

border-color css

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

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

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