Html Css Color HEX #FF8483 Light Coral

📋 copy color: '#FF8483'

red 255 ◦ green 132 ◦ blue 131

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

Shades of Light Coral #FF8483

Tints of Light Coral #FF8483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.29%

R = 49.23%
G = 25.48%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF8483 (or 0xFF8483) is known color: Light Coral. HEX triplet: FF, 84 and 83. RGB value is (255,132,131). Sum of RGB (Red+Green+Blue) = 255+132+131=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8483 is #007B7C. Grayscale: #A8A8A8. Windows color (decimal): -31613 or 8619263. OLE color: 8619263.

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

Color convert

RGB 255 132 131 -
CMYK 0 0.48 0.49 0
HSL 0.48º 1% 0.76% -
HSV(B) 0.48º 0.49% 1% -
XYZ 53.59 39.4 26.25 -
YUV 168.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 255 132 131 0 0.48 0.49 0 0.48 1 0.76
Hex FF 84 83 0 30 31 0 0 64 4C
Octal 377 204 203 0 60 61 0 0 144 114
Binary 11111111 10000100 10000011 0 110000 110001 0 0 1100100 1001100

Color Harmonies of #FF8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8483

Black with #FF8483

Text Example


Text Example

White with #FF8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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