#F4827C

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

Shades of Light Coral #F4827C

Tints of Light Coral #F4827C

Color information

#F4827C (or 0xF4827C) is unknown color: approx Light Coral. HEX triplet: F4, 82 and 7C. RGB value is (244,130,124). Sum of RGB (Red+Green+Blue) = 244+130+124=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4827C is #0B7D83. Grayscale: #A3A3A3. Windows color (decimal): -753028 or 8159988. OLE color: 8159988.

HSL color Cylindrical-coordinate representation of color #F4827C: hue angle of 3º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4827C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB244130124-
CMYK00.470.490.04
HSL84.51%72.16%-
HSV(B)49.18%95.69%-
XYZ48.9336.6523.56-
YUV163.4105.77185.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=49.00%
G=26.10%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413012400.470.490.04384.5172.16
HexF4827C02F31435548
Octal3642021740576143125110
Binary1111010010000010111110001011111100011001110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4827C; }

 p { color: rgb(244,130,124); }

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

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

 a { background-color: rgb(244,130,124); }

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

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

 span { border-color: rgb(244,130,124); }

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