#F18C80

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

Shades of Light Coral #F18C80

Tints of Light Coral #F18C80

Color information

#F18C80 (or 0xF18C80) is unknown color: approx Light Coral. HEX triplet: F1, 8C and 80. RGB value is (241,140,128). Sum of RGB (Red+Green+Blue) = 241+140+128=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C80 is #0E737F. Grayscale: #A8A8A8. Windows color (decimal): -947072 or 8424689. OLE color: 8424689.

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

Color convert

RGB241140128-
CMYK00.420.470.05
HSL6.37º80.14%72.35%-
HSV(B)6.37º46.89%94.51%-
XYZ49.5539.0225.34-
YUV168.83104.96179.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=47.35%
G=27.50%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114012800.420.470.056.3780.1472.35
HexF18C8002A2F565048
Octal3612142000525756120110
Binary111100011000110010000000010101010111110111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C80; }

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

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

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

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

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

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

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

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