#F48A7D

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

Shades of Light Coral #F48A7D

Tints of Light Coral #F48A7D

Color information

#F48A7D (or 0xF48A7D) is unknown color: approx Light Coral. HEX triplet: F4, 8A and 7D. RGB value is (244,138,125). Sum of RGB (Red+Green+Blue) = 244+138+125=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A7D is #0B7582. Grayscale: #A8A8A8. Windows color (decimal): -750979 or 8227572. OLE color: 8227572.

HSL color Cylindrical-coordinate representation of color #F48A7D: hue angle of 6.55º degrees, saturation: 0.84, 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 #F48A7D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB244138125-
CMYK00.430.490.04
HSL6.55º84.4%72.35%-
HSV(B)6.55º48.77%95.69%-
XYZ50.138.8924.27-
YUV168.21103.62182.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=48.13%
G=27.22%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413812500.430.490.046.5584.472.35
HexF48A7D02B31475448
Octal3642121750536147124110
Binary11110100100010101111101010101111000110011110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A7D; }

 p { color: rgb(244,138,125); }

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

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

 a { background-color: rgb(244,138,125); }

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

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

 span { border-color: rgb(244,138,125); }

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