#F5857F

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

Shades of Light Coral #F5857F

Tints of Light Coral #F5857F

Color information

#F5857F (or 0xF5857F) is unknown color: approx Light Coral. HEX triplet: F5, 85 and 7F. RGB value is (245,133,127). Sum of RGB (Red+Green+Blue) = 245+133+127=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5857F is #0A7A80. Grayscale: #A5A5A5. Windows color (decimal): -686721 or 8357365. OLE color: 8357365.

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

Color convert

RGB245133127-
CMYK00.460.480.04
HSL3.05º85.51%72.94%-
HSV(B)3.05º48.16%96.08%-
XYZ49.8737.7224.73-
YUV165.8106.11184.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 127 (50% from 255) = 25.15%
R=48.51%
G=26.34%
B=25.15%

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
Decimal24513312700.460.480.043.0585.5172.94
HexF5857F02E30435649
Octal3652051770566043126111
Binary1111010110000101111111101011101100001001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5857F; }

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

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

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

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

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

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

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

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