#f18f78

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

Shades of Dark Salmon #F18F78

Tints of Dark Salmon #F18F78

Color information

#F18F78 (or 0xF18F78) is unknown color: approx Dark Salmon. HEX triplet: F1, 8F and 78. RGB value is (241,143,120). Sum of RGB (Red+Green+Blue) = 241+143+120=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F78 is #0E7087. Grayscale: #A9A9A9. Windows color (decimal): -946312 or 7901169. OLE color: 7901169.

HSL color Cylindrical-coordinate representation of color #F18F78: hue angle of 11.4º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18F78 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241143120-
CMYK00.410.500.05
HSL11.4º81.21%70.78%-
HSV(B)11.4º50.21%94.51%-
XYZ49.4939.722.82-
YUV169.6899.97178.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=47.82%
G=28.37%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114312000.410.500.0511.481.2170.78
HexF18F78029325b5147
Octal36121717005162513121107
Binary111100011000111111110000101001110010101101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18f78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18f78; }

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

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

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

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

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

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

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

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