#F0857C

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

Shades of Light Coral #F0857C

Tints of Light Coral #F0857C

Color information

#F0857C (or 0xF0857C) is unknown color: approx Light Coral. HEX triplet: F0, 85 and 7C. RGB value is (240,133,124). Sum of RGB (Red+Green+Blue) = 240+133+124=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0857C is #0F7A83. Grayscale: #A4A4A4. Windows color (decimal): -1014404 or 8160752. OLE color: 8160752.

HSL color Cylindrical-coordinate representation of color #F0857C: hue angle of 4.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0857C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240133124-
CMYK00.450.480.06
HSL4.66º79.45%71.37%-
HSV(B)4.66º48.33%94.12%-
XYZ47.9636.7623.64-
YUV163.97105.45182.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.29%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=48.29%
G=26.76%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013312400.450.480.064.6679.4571.37
HexF0857C02D30654f47
Octal3602051740556065117107
Binary11110000100001011111100010110111000011010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0857C; }

 p { color: rgb(240,133,124); }

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

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

 a { background-color: rgb(240,133,124); }

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

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

 span { border-color: rgb(240,133,124); }

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