#F0887A

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

Shades of Light Coral #F0887A

Tints of Light Coral #F0887A

Color information

#F0887A (or 0xF0887A) is unknown color: approx Light Coral. HEX triplet: F0, 88 and 7A. RGB value is (240,136,122). Sum of RGB (Red+Green+Blue) = 240+136+122=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0887A is #0F7785. Grayscale: #A5A5A5. Windows color (decimal): -1013638 or 8030448. OLE color: 8030448.

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

Color convert

RGB240136122-
CMYK00.430.490.06
HSL7.12º79.73%70.98%-
HSV(B)7.12º49.17%94.12%-
XYZ48.2537.5423.11-
YUV165.5103.46181.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=48.19%
G=27.31%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013612200.430.490.067.1279.7370.98
HexF0887A02B31675047
Octal3602101720536167120107
Binary11110000100010001111010010101111000111011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0887A; }

 p { color: rgb(240,136,122); }

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

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

 a { background-color: rgb(240,136,122); }

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

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

 span { border-color: rgb(240,136,122); }

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