#F6807B

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

Shades of Light Coral #F6807B

Tints of Light Coral #F6807B

Color information

#F6807B (or 0xF6807B) is unknown color: approx Light Coral. HEX triplet: F6, 80 and 7B. RGB value is (246,128,123). Sum of RGB (Red+Green+Blue) = 246+128+123=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6807B is #097F84. Grayscale: #A2A2A2. Windows color (decimal): -622469 or 8093942. OLE color: 8093942.

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

Color convert

RGB246128123-
CMYK00.480.500.04
HSL2.44º87.23%72.35%-
HSV(B)2.44º50%96.47%-
XYZ49.336.4623.18-
YUV162.71105.59187.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=49.50%
G=25.75%
B=24.75%

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
Decimal24612812300.480.500.042.4487.2372.35
HexF6807B03032425748
Octal3662001730606242127110
Binary1111011010000000111101101100001100101001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6807B; }

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

 H1.HeaderClassName
 {
   color: #F6807B;
 }
 .AnyTagClassName
 {
   color: #F6807B;
 }
</style>
background-color css

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

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

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

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

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

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