#F18C7D

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

Shades of Light Coral #F18C7D

Tints of Light Coral #F18C7D

Color information

#F18C7D (or 0xF18C7D) is unknown color: approx Light Coral. HEX triplet: F1, 8C and 7D. RGB value is (241,140,125). Sum of RGB (Red+Green+Blue) = 241+140+125=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C7D is #0E7382. Grayscale: #A8A8A8. Windows color (decimal): -947075 or 8228081. OLE color: 8228081.

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

Color convert

RGB241140125-
CMYK00.420.480.05
HSL7.76º80.56%71.76%-
HSV(B)7.76º48.13%94.51%-
XYZ49.3638.9424.32-
YUV168.49103.46179.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=47.63%
G=27.67%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114012500.420.480.057.7680.5671.76
HexF18C7D02A30585148
Octal36121417505260510121110
Binary111100011000110011111010101010110000101100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C7D; }

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

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

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

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

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

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

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

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