#F38686

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

Shades of Light Coral #F38686

Tints of Light Coral #F38686

Color information

#F38686 (or 0xF38686) is unknown color: approx Light Coral. HEX triplet: F3, 86 and 86. RGB value is (243,134,134). Sum of RGB (Red+Green+Blue) = 243+134+134=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F38686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38686 is #0C7979. Grayscale: #A6A6A6. Windows color (decimal): -817530 or 8816371. OLE color: 8816371.

HSL color Cylindrical-coordinate representation of color #F38686: hue angle of 0º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38686 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB243134134-
CMYK00.450.450.05
HSL81.95%73.92%-
HSV(B)44.86%95.29%-
XYZ49.7937.8327.23-
YUV166.59109.61182.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=47.55%
G=26.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313413400.450.450.05081.9573.92
HexF3868602D2D50524a
Octal3632062060555550122112
Binary1111001110000110100001100101101101101101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38686; }

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

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

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

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

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

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

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

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