#F88A79

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

Shades of Salmon #F88A79

Tints of Salmon #F88A79

Color information

#F88A79 (or 0xF88A79) is unknown color: approx Salmon. HEX triplet: F8, 8A and 79. RGB value is (248,138,121). Sum of RGB (Red+Green+Blue) = 248+138+121=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A79 is #077586. Grayscale: #A9A9A9. Windows color (decimal): -488839 or 7965432. OLE color: 7965432.

HSL color Cylindrical-coordinate representation of color #F88A79: hue angle of 8.03º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F88A79 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB248138121-
CMYK00.440.510.03
HSL8.03º90.07%72.35%-
HSV(B)8.03º51.21%97.25%-
XYZ51.2539.5123.01-
YUV168.95100.94184.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=48.92%
G=27.22%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813812100.440.510.038.0390.0772.35
HexF88A7902C33385a48
Octal37021217105463310132110
Binary11111000100010101111001010110011001111100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A79; }

 p { color: rgb(248,138,121); }

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

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

 a { background-color: rgb(248,138,121); }

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

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

 span { border-color: rgb(248,138,121); }

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