#F08686

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

Shades of Light Coral #F08686

Tints of Light Coral #F08686

Color information

#F08686 (or 0xF08686) is unknown color: approx Light Coral. HEX triplet: F0, 86 and 86. RGB value is (240,134,134). Sum of RGB (Red+Green+Blue) = 240+134+134=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08686 is #0F7979. Grayscale: #A5A5A5. Windows color (decimal): -1014138 or 8816368. OLE color: 8816368.

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

Color convert

RGB240134134-
CMYK00.440.440.06
HSL77.94%73.33%-
HSV(B)44.17%94.12%-
XYZ48.7637.327.18-
YUV165.69110.12181-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=47.24%
G=26.38%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013413400.440.440.06077.9473.33
HexF0868602C2C604e49
Octal3602062060545460116111
Binary1111000010000110100001100101100101100110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08686; }

 p { color: rgb(240,134,134); }

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

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

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

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

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

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

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