Html Css Color HEX #F08380 Light Coral

📋 copy color: '#F08380'

red 240 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #F08380

Tints of Light Coral #F08380

RGB

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

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

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

R = 48.1%
G = 26.25%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F08380 (or 0xF08380) is known color: Light Coral. HEX triplet: F0, 83 and 80. RGB value is (240,131,128). Sum of RGB (Red+Green+Blue) = 240+131+128=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F08380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08380 is #0F7C7F. Grayscale: #A3A3A3. Windows color (decimal): -1014912 or 8422384. OLE color: 8422384.

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

Color convert

RGB 240 131 128 -
CMYK 0 0.45 0.47 0.06
HSL 1.61º 0.79% 0.72% -
HSV(B) 1.61º 0.47% 0.94% -
XYZ 47.95 36.32 24.9 -
YUV 163.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 240 131 128 0 0.45 0.47 0.06 1.61 0.79 0.72
Hex F0 83 80 0 2D 2F 6 2 4F 48
Octal 360 203 200 0 55 57 6 2 117 110
Binary 11110000 10000011 10000000 0 101101 101111 110 10 1001111 1001000

Color Harmonies of #F08380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08380

Black with #F08380

Text Example


Text Example

White with #F08380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08380; }

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

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

background-color css

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

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

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

border-color css

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

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

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