#F88A72

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

Shades of Salmon #F88A72

Tints of Salmon #F88A72

Color information

#F88A72 (or 0xF88A72) is unknown color: approx Salmon. HEX triplet: F8, 8A and 72. RGB value is (248,138,114). Sum of RGB (Red+Green+Blue) = 248+138+114=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A72 is #07758D. Grayscale: #A8A8A8. Windows color (decimal): -488846 or 7506680. OLE color: 7506680.

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

Color convert

RGB248138114-
CMYK00.440.540.03
HSL10.75º90.54%70.98%-
HSV(B)10.75º54.03%97.25%-
XYZ50.8439.3520.84-
YUV168.1597.44184.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=49.6%
G=27.6%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813811400.440.540.0310.7590.5470.98
HexF88A7202C363b5b47
Octal37021216205466313133107
Binary11111000100010101110010010110011011011101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A72; }

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

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

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

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

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

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

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

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