Html Css Color HEX #F68380 Light Coral

📋 copy color: '#F68380'

red 246 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #F68380

Tints of Light Coral #F68380

RGB

 RED value IS 246 (96.48% from 255) = 48.71%

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

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

R = 48.71%
G = 25.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F68380 (or 0xF68380) is known color: Light Coral. HEX triplet: F6, 83 and 80. RGB value is (246,131,128). Sum of RGB (Red+Green+Blue) = 246+131+128=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68380 is #097C7F. Grayscale: #A5A5A5. Windows color (decimal): -621696 or 8422390. OLE color: 8422390.

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

Color convert

RGB 246 131 128 -
CMYK 0 0.47 0.48 0.04
HSL 1.53º 0.87% 0.73% -
HSV(B) 1.53º 0.48% 0.96% -
XYZ 50.02 37.38 25 -
YUV 165.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 246 131 128 0 0.47 0.48 0.04 1.53 0.87 0.73
Hex F6 83 80 0 2F 30 4 2 57 49
Octal 366 203 200 0 57 60 4 2 127 111
Binary 11110110 10000011 10000000 0 101111 110000 100 10 1010111 1001001

Color Harmonies of #F68380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68380

Black with #F68380

Text Example


Text Example

White with #F68380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68380; }

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

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

background-color css

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

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

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

border-color css

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

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

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