#F38C7D

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

Shades of Light Coral #F38C7D

Tints of Light Coral #F38C7D

Color information

#F38C7D (or 0xF38C7D) is unknown color: approx Light Coral. HEX triplet: F3, 8C and 7D. RGB value is (243,140,125). Sum of RGB (Red+Green+Blue) = 243+140+125=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C7D is #0C7382. Grayscale: #A9A9A9. Windows color (decimal): -816003 or 8228083. OLE color: 8228083.

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

Color convert

RGB243140125-
CMYK00.420.490.05
HSL7.63º83.1%72.16%-
HSV(B)7.63º48.56%95.29%-
XYZ50.0439.2924.35-
YUV169.09103.12180.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=47.83%
G=27.56%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314012500.420.490.057.6383.172.16
HexF38C7D02A31585348
Octal36321417505261510123110
Binary111100111000110011111010101010110001101100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C7D; }

 p { color: rgb(243,140,125); }

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

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

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

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

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

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

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