#F6807A

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

Shades of Light Coral #F6807A

Tints of Light Coral #F6807A

Color information

#F6807A (or 0xF6807A) is unknown color: approx Light Coral. HEX triplet: F6, 80 and 7A. RGB value is (246,128,122). Sum of RGB (Red+Green+Blue) = 246+128+122=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6807A is #097F85. Grayscale: #A2A2A2. Windows color (decimal): -622470 or 8028406. OLE color: 8028406.

HSL color Cylindrical-coordinate representation of color #F6807A: hue angle of 2.9º 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 #F6807A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246128122-
CMYK00.480.500.04
HSL2.9º87.32%72.16%-
HSV(B)2.9º50.41%96.47%-
XYZ49.2436.4422.85-
YUV162.6105.09187.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=49.60%
G=25.81%
B=24.60%

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
Decimal24612812200.480.500.042.987.3272.16
HexF6807A03032435748
Octal3662001720606243127110
Binary1111011010000000111101001100001100101001110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6807A; }

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

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

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

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

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

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

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

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