#F6857F

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

Shades of Light Coral #F6857F

Tints of Light Coral #F6857F

Color information

#F6857F (or 0xF6857F) is unknown color: approx Light Coral. HEX triplet: F6, 85 and 7F. RGB value is (246,133,127). Sum of RGB (Red+Green+Blue) = 246+133+127=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6857F is #097A80. Grayscale: #A6A6A6. Windows color (decimal): -621185 or 8357366. OLE color: 8357366.

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

Color convert

RGB246133127-
CMYK00.460.480.04
HSL3.03º86.86%73.14%-
HSV(B)3.03º48.37%96.47%-
XYZ50.2237.924.75-
YUV166.1105.94184.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 127 (50% from 255) = 25.10%
R=48.62%
G=26.28%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613312700.460.480.043.0386.8673.14
HexF6857F02E30435749
Octal3662051770566043127111
Binary1111011010000101111111101011101100001001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6857F; }

 p { color: rgb(246,133,127); }

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

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

 a { background-color: rgb(246,133,127); }

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

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

 span { border-color: rgb(246,133,127); }

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