Html Css Color HEX #FF8480 Light Coral

📋 copy color: '#FF8480'

red 255 ◦ green 132 ◦ blue 128

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

Shades of Light Coral #FF8480

Tints of Light Coral #FF8480

RGB

 RED value IS 255 (100% from 255) = 49.51%

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

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

R = 49.51%
G = 25.63%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF8480 (or 0xFF8480) is known color: Light Coral. HEX triplet: FF, 84 and 80. RGB value is (255,132,128). Sum of RGB (Red+Green+Blue) = 255+132+128=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8480 is #007B7F. Grayscale: #A8A8A8. Windows color (decimal): -31616 or 8422655. OLE color: 8422655.

HSL color Cylindrical-coordinate representation of color #FF8480: hue angle of 1.89º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8480 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 128 -
CMYK 0 0.48 0.50 0
HSL 1.89º 1% 0.75% -
HSV(B) 1.89º 0.5% 1% -
XYZ 53.39 39.32 25.2 -
YUV 168.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 255 132 128 0 0.48 0.50 0 1.89 1 0.75
Hex FF 84 80 0 30 32 0 2 64 4B
Octal 377 204 200 0 60 62 0 2 144 113
Binary 11111111 10000100 10000000 0 110000 110010 0 10 1100100 1001011

Color Harmonies of #FF8480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8480

Black with #FF8480

Text Example


Text Example

White with #FF8480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8480; }

 p { color: rgb(255,132,128); }

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

background-color css

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

 a { background-color: rgb(255,132,128); }

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

border-color css

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

 span { border-color: rgb(255,132,128); }

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