#F6807C

Color #F6807C Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #F6807C

Tints of Light Coral #F6807C

Color information

#F6807C (or 0xF6807C) is unknown color: approx 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

RGB246128124-
CMYK00.480.500.04
HSL1.97º87.14%72.55%-
HSV(B)1.97º49.59%96.47%-
XYZ49.3636.4923.51-
YUV162.83106.09187.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=49.40%
G=25.70%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612812400.480.500.041.9787.1472.55
HexF6807C03032425749
Octal3662001740606242127111
Binary1111011010000000111110001100001100101001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>