Html Css Color HEX #F6807C Light Coral

📋 copy color: '#F6807C'

red 246 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #F6807C

Tints of Light Coral #F6807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 49.4%
G = 25.7%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6807C (or 0xF6807C) is known color: Light Coral. HEX triplet: F6, 80 and 7C. RGB value is (246,128,124). Sum of RGB (Red+Green+Blue) = 246+128+124=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6807C is #097F83. Grayscale: #A2A2A2. Windows color (decimal): -622468 or 8159478. OLE color: 8159478.

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

Color convert

RGB 246 128 124 -
CMYK 0 0.48 0.50 0.04
HSL 1.97º 0.87% 0.73% -
HSV(B) 1.97º 0.5% 0.96% -
XYZ 49.36 36.49 23.51 -
YUV 162.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 246 128 124 0 0.48 0.50 0.04 1.97 0.87 0.73
Hex F6 80 7C 0 30 32 4 2 57 49
Octal 366 200 174 0 60 62 4 2 127 111
Binary 11110110 10000000 1111100 0 110000 110010 100 10 1010111 1001001

Color Harmonies of #F6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6807C

Black with #F6807C

Text Example


Text Example

White with #F6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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