#F88C78

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

Shades of Salmon #F88C78

Tints of Salmon #F88C78

Color information

#F88C78 (or 0xF88C78) is unknown color: approx Salmon. HEX triplet: F8, 8C and 78. RGB value is (248,140,120). Sum of RGB (Red+Green+Blue) = 248+140+120=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C78 is #077387. Grayscale: #AAAAAA. Windows color (decimal): -488328 or 7900408. OLE color: 7900408.

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

Color convert

RGB248140120-
CMYK00.440.520.03
HSL9.38º90.14%72.16%-
HSV(B)9.38º51.61%97.25%-
XYZ51.4840.0722.79-
YUV170.0199.78183.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=48.82%
G=27.56%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814012000.440.520.039.3890.1472.16
HexF88C7802C34395a48
Octal37021417005464311132110
Binary11111000100011001111000010110011010011100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88C78; }

 p { color: rgb(248,140,120); }

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

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

 a { background-color: rgb(248,140,120); }

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

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

 span { border-color: rgb(248,140,120); }

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