Html Css Color HEX #F08382 Light Coral

📋 copy color: '#F08382'

red 240 ◦ green 131 ◦ blue 130

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

Shades of Light Coral #F08382

Tints of Light Coral #F08382

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

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

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

R = 47.9%
G = 26.15%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08382 (or 0xF08382) is known color: Light Coral. HEX triplet: F0, 83 and 82. RGB value is (240,131,130). Sum of RGB (Red+Green+Blue) = 240+131+130=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08382 is #0F7C7D. Grayscale: #A3A3A3. Windows color (decimal): -1014910 or 8553456. OLE color: 8553456.

HSL color Cylindrical-coordinate representation of color #F08382: hue angle of 0.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08382 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 130 -
CMYK 0 0.45 0.46 0.06
HSL 0.55º 0.79% 0.73% -
HSV(B) 0.55º 0.46% 0.94% -
XYZ 48.08 36.37 25.6 -
YUV 163.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 240 131 130 0 0.45 0.46 0.06 0.55 0.79 0.73
Hex F0 83 82 0 2D 2E 6 1 4F 49
Octal 360 203 202 0 55 56 6 1 117 111
Binary 11110000 10000011 10000010 0 101101 101110 110 1 1001111 1001001

Color Harmonies of #F08382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08382

Black with #F08382

Text Example


Text Example

White with #F08382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08382; }

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

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

background-color css

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

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

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

border-color css

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

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

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