Html Css Color HEX #F6807D Light Coral

📋 copy color: '#F6807D'

red 246 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #F6807D

Tints of Light Coral #F6807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 49.3%
G = 25.65%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6807D (or 0xF6807D) is known color: Light Coral. HEX triplet: F6, 80 and 7D. RGB value is (246,128,125). Sum of RGB (Red+Green+Blue) = 246+128+125=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6807D is #097F82. Grayscale: #A3A3A3. Windows color (decimal): -622467 or 8225014. OLE color: 8225014.

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

Color convert

RGB 246 128 125 -
CMYK 0 0.48 0.49 0.04
HSL 1.49º 0.87% 0.73% -
HSV(B) 1.49º 0.49% 0.96% -
XYZ 49.43 36.51 23.84 -
YUV 162.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 246 128 125 0 0.48 0.49 0.04 1.49 0.87 0.73
Hex F6 80 7D 0 30 31 4 1 57 49
Octal 366 200 175 0 60 61 4 1 127 111
Binary 11110110 10000000 1111101 0 110000 110001 100 1 1010111 1001001

Color Harmonies of #F6807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6807D

Black with #F6807D

Text Example


Text Example

White with #F6807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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