#F87B74

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

Shades of Salmon #F87B74

Tints of Salmon #F87B74

Color information

#F87B74 (or 0xF87B74) is unknown color: approx Salmon. HEX triplet: F8, 7B and 74. RGB value is (248,123,116). Sum of RGB (Red+Green+Blue) = 248+123+116=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B74 is #07848B. Grayscale: #9F9F9F. Windows color (decimal): -492684 or 7633912. OLE color: 7633912.

HSL color Cylindrical-coordinate representation of color #F87B74: hue angle of 3.18º 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 #F87B74 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248123116-
CMYK00.500.530.03
HSL3.18º90.41%71.37%-
HSV(B)3.18º53.23%97.25%-
XYZ48.9535.3820.77-
YUV159.58103.41191.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.92%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=50.92%
G=25.26%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812311600.500.530.033.1890.4171.37
HexF87B7403235335a47
Octal3701731640626533132107
Binary11111000111101111101000110010110101111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87B74; }

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

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

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

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

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

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

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

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