#F88174

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

Shades of Salmon #F88174

Tints of Salmon #F88174

Color information

#F88174 (or 0xF88174) is unknown color: approx Salmon. HEX triplet: F8, 81 and 74. RGB value is (248,129,116). Sum of RGB (Red+Green+Blue) = 248+129+116=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F88174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88174 is #077E8B. Grayscale: #A3A3A3. Windows color (decimal): -491148 or 7635448. OLE color: 7635448.

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

Color convert

RGB248129116-
CMYK00.480.530.03
HSL5.91º90.41%71.37%-
HSV(B)5.91º53.23%97.25%-
XYZ49.7136.9221.03-
YUV163.1101.42188.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.30%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=50.30%
G=26.17%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812911600.480.530.035.9190.4171.37
HexF8817403035365a47
Octal3702011640606536132107
Binary1111100010000001111010001100001101011111010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88174; }

 p { color: rgb(248,129,116); }

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

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

 a { background-color: rgb(248,129,116); }

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

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

 span { border-color: rgb(248,129,116); }

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