Html Css Color HEX #F38080 Light Coral

📋 copy color: '#F38080'

red 243 ◦ green 128 ◦ blue 128

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

Shades of Light Coral #F38080

Tints of Light Coral #F38080

RGB

 RED value IS 243 (95.31% from 255) = 48.7%

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

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

R = 48.7%
G = 25.65%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F38080 (or 0xF38080) is known color: Light Coral. HEX triplet: F3, 80 and 80. RGB value is (243,128,128). Sum of RGB (Red+Green+Blue) = 243+128+128=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F38080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38080 is #0C7F7F. Grayscale: #A2A2A2. Windows color (decimal): -819072 or 8421619. OLE color: 8421619.

HSL color Cylindrical-coordinate representation of color #F38080: hue angle of 0º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38080 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 128 128 -
CMYK 0 0.47 0.47 0.05
HSL 0.83% 0.73% -
HSV(B) 0.47% 0.95% -
XYZ 48.58 36.05 24.82 -
YUV 162.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 243 128 128 0 0.47 0.47 0.05 0 0.83 0.73
Hex F3 80 80 0 2F 2F 5 0 53 49
Octal 363 200 200 0 57 57 5 0 123 111
Binary 11110011 10000000 10000000 0 101111 101111 101 0 1010011 1001001

Color Harmonies of #F38080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38080

Black with #F38080

Text Example


Text Example

White with #F38080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38080; }

 p { color: rgb(243,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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