#F08778

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

Shades of Salmon #F08778

Tints of Salmon #F08778

Color information

#F08778 (or 0xF08778) is unknown color: approx Salmon. HEX triplet: F0, 87 and 78. RGB value is (240,135,120). Sum of RGB (Red+Green+Blue) = 240+135+120=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F08778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08778 is #0F7887. Grayscale: #A4A4A4. Windows color (decimal): -1013896 or 7899120. OLE color: 7899120.

HSL color Cylindrical-coordinate representation of color #F08778: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08778 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240135120-
CMYK00.440.50.06
HSL7.5º80%70.59%-
HSV(B)7.5º50%94.12%-
XYZ47.9937.2122.42-
YUV164.68102.79181.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=48.48%
G=27.27%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013512000.440.50.067.58070.59
HexF0877802C32685047
Octal36020717005462610120107
Binary111100001000011111110000101100110010110100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08778; }

 p { color: rgb(240,135,120); }

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

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

 a { background-color: rgb(240,135,120); }

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

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

 span { border-color: rgb(240,135,120); }

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