#F48C7F

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

Shades of Light Coral #F48C7F

Tints of Light Coral #F48C7F

Color information

#F48C7F (or 0xF48C7F) is unknown color: approx Light Coral. HEX triplet: F4, 8C and 7F. RGB value is (244,140,127). Sum of RGB (Red+Green+Blue) = 244+140+127=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C7F is #0B7380. Grayscale: #A9A9A9. Windows color (decimal): -750465 or 8359156. OLE color: 8359156.

HSL color Cylindrical-coordinate representation of color #F48C7F: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F48C7F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244140127-
CMYK00.430.480.04
HSL6.67º84.17%72.75%-
HSV(B)6.67º47.95%95.69%-
XYZ50.5239.5225.04-
YUV169.61103.96181.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 127 (50% from 255) = 24.85%
R=47.75%
G=27.40%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414012700.430.480.046.6784.1772.75
HexF48C7F02B30475449
Octal3642141770536047124111
Binary11110100100011001111111010101111000010011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48C7F; }

 p { color: rgb(244,140,127); }

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

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

 a { background-color: rgb(244,140,127); }

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

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

 span { border-color: rgb(244,140,127); }

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