#F0887E

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

Shades of Light Coral #F0887E

Tints of Light Coral #F0887E

Color information

#F0887E (or 0xF0887E) is unknown color: approx Light Coral. HEX triplet: F0, 88 and 7E. RGB value is (240,136,126). Sum of RGB (Red+Green+Blue) = 240+136+126=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0887E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0887E is #0F7781. Grayscale: #A6A6A6. Windows color (decimal): -1013634 or 8292592. OLE color: 8292592.

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

Color convert

RGB240136126-
CMYK00.430.480.06
HSL5.26º79.17%71.76%-
HSV(B)5.26º47.5%94.12%-
XYZ48.5137.6424.45-
YUV165.96105.46180.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=47.81%
G=27.09%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013612600.430.480.065.2679.1771.76
HexF0887E02B30654f48
Octal3602101760536065117110
Binary11110000100010001111110010101111000011010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0887E; }

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

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

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

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

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

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

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

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