#F08070

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

Shades of Salmon #F08070

Tints of Salmon #F08070

Color information

#F08070 (or 0xF08070) is unknown color: approx Salmon. HEX triplet: F0, 80 and 70. RGB value is (240,128,112). Sum of RGB (Red+Green+Blue) = 240+128+112=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08070 is #0F7F8F. Grayscale: #9F9F9F. Windows color (decimal): -1015696 or 7373040. OLE color: 7373040.

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

Color convert

RGB240128112-
CMYK00.470.530.06
HSL7.5º81.01%69.02%-
HSV(B)7.5º53.33%94.12%-
XYZ46.5835.1319.66-
YUV159.66101.11185.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=50%
G=26.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012811200.470.530.067.581.0169.02
HexF0807002F35685145
Octal36020016005765610121105
Binary111100001000000011100000101111110101110100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08070; }

 p { color: rgb(240,128,112); }

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

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

 a { background-color: rgb(240,128,112); }

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

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

 span { border-color: rgb(240,128,112); }

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