#F48F78

Color #F48F78 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F48F78

Tints of Dark Salmon #F48F78

Color information

#F48F78 (or 0xF48F78) is unknown color: approx Dark Salmon. HEX triplet: F4, 8F and 78. RGB value is (244,143,120). Sum of RGB (Red+Green+Blue) = 244+143+120=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F78 is #0B7087. Grayscale: #AAAAAA. Windows color (decimal): -749704 or 7901172. OLE color: 7901172.

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

Color convert

RGB244143120-
CMYK00.410.510.04
HSL11.13º84.93%71.37%-
HSV(B)11.13º50.82%95.69%-
XYZ50.5240.2322.87-
YUV170.5899.46180.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=48.13%
G=28.21%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414312000.410.510.0411.1384.9371.37
HexF48F78029334b5547
Octal36421717005163413125107
Binary111101001000111111110000101001110011100101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F78; }

 p { color: rgb(244,143,120); }

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

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

 a { background-color: rgb(244,143,120); }

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

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

 span { border-color: rgb(244,143,120); }

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