#F88475

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

Shades of Salmon #F88475

Tints of Salmon #F88475

Color information

#F88475 (or 0xF88475) is unknown color: approx Salmon. HEX triplet: F8, 84 and 75. RGB value is (248,132,117). Sum of RGB (Red+Green+Blue) = 248+132+117=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88475 is #077B8A. Grayscale: #A5A5A5. Windows color (decimal): -490379 or 7701752. OLE color: 7701752.

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

Color convert

RGB248132117-
CMYK00.470.530.03
HSL6.87º90.34%71.57%-
HSV(B)6.87º52.82%97.25%-
XYZ50.1737.7421.47-
YUV164.97100.93187.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=49.90%
G=26.56%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813211700.470.530.036.8790.3471.57
HexF8847502F35375a48
Octal3702041650576537132110
Binary1111100010000100111010101011111101011111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88475; }

 p { color: rgb(248,132,117); }

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

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

 a { background-color: rgb(248,132,117); }

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

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

 span { border-color: rgb(248,132,117); }

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