#F88571

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

Shades of Salmon #F88571

Tints of Salmon #F88571

Color information

#F88571 (or 0xF88571) is unknown color: approx Salmon. HEX triplet: F8, 85 and 71. RGB value is (248,133,113). Sum of RGB (Red+Green+Blue) = 248+133+113=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F88571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88571 is #077A8E. Grayscale: #A5A5A5. Windows color (decimal): -490127 or 7439864. OLE color: 7439864.

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

Color convert

RGB248133113-
CMYK00.460.540.03
HSL8.89º90.6%70.78%-
HSV(B)8.89º54.44%97.25%-
XYZ50.0837.9220.3-
YUV165.198.6187.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=50.20%
G=26.92%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813311300.460.540.038.8990.670.78
HexF8857102E36395b47
Octal37020516105666311133107
Binary11111000100001011110001010111011011011100110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88571; }

 p { color: rgb(248,133,113); }

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

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

 a { background-color: rgb(248,133,113); }

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

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

 span { border-color: rgb(248,133,113); }

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